←Select platform

SetName Method

Summary

Sets the unique name of this cache object.

Syntax
C#
VB
C++
public virtual void SetName( 
   string value 
) 
Public Overridable Sub SetName( 
   ByVal value As String 
) 
public:  
   virtual void SetName( 
      String^ value 
   ) 

Parameters

value

The unique name of this cache object.

Remarks

A default implementation exists in the base ObjectCache class that does not perform any operation.

The name of the cache object can be retrieved with Name.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.