LocalDataStoreSlot

LocalDataStoreSlot CF 1.0

System (mscorlib.dll) sealed class

The CLR allocates a multislot local data store to each process when it starts. These slots are used for thread-specific and context-specific data, and are not shared between threads or contexts. The LocalDataStoreSlot class encapsulates one of these slots. It's used by the GetData( ) and SetData( ) methods in the System.Threading.Thread and System.Runtime.Remoting.Contexts.Context classes.

 public sealed class  LocalDataStoreSlot  {  // Protected Instance Methods  protected override void  Finalize  ( );  // overrides object  } 

Returned By

System.Threading.Thread.{AllocateDataSlot( ) , AllocateNamedDataSlot( ) , GetNamedDataSlot( )}

Passed To

System.Threading.Thread.{GetData( ) , SetData( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net