NET Caching Library Help
ThreadName Property (IAsyncProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > IAsyncProvider Interface : ThreadName Property
Gets or sets the name of the thread.
Syntax
'Declaration
 
Property ThreadName As System.String
'Usage
 
Dim instance As IAsyncProvider
Dim value As System.String
 
instance.ThreadName = value
 
value = instance.ThreadName
System.string ThreadName {get; set;}
__property System.string* get_ThreadName();
__property void set_ThreadName( 
   System.string* value
);
property System.String^ ThreadName {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

The name of the thread.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAsyncProvider Interface
IAsyncProvider Members