C# Class System.Runtime.Remoting.Contexts.SynchronizationAttribute

Inheritance: ContextAttribute, IContributeClientContextSink, IContributeServerContextSink
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
DispatcherCallBack void
Dispose void
ExecuteWorkItem void
GetPropertiesForNewContext void
HandleThreadExit void
HandleThreadReEntry void
HandleWorkCompletion void
HandleWorkRequest void
InitIfNecessary void
IsContextOK bool
IsKnownLCID bool
IsNestedCall bool

Méthodes publiques

Méthode Description
GetClientContextSink ( IMessageSink nextSink ) : IMessageSink
GetServerContextSink ( IMessageSink nextSink ) : IMessageSink
SynchronizationAttribute ( ) : System.Threading
SynchronizationAttribute ( bool reEntrant ) : System.Threading
SynchronizationAttribute ( int flag ) : System.Threading
SynchronizationAttribute ( int flag, bool reEntrant ) : System.Threading

Private Methods

Méthode Description
DispatcherCallBack ( Object stateIgnored, bool ignored ) : void
Dispose ( ) : void
ExecuteWorkItem ( WorkItem work ) : void
GetPropertiesForNewContext ( IConstructionCallMessage ctorMsg ) : void
HandleThreadExit ( ) : void
HandleThreadReEntry ( ) : void
HandleWorkCompletion ( ) : void
HandleWorkRequest ( WorkItem work ) : void
InitIfNecessary ( ) : void
IsContextOK ( Context ctx, IConstructionCallMessage msg ) : bool
IsKnownLCID ( IMessage reqMsg ) : bool
IsNestedCall ( IMessage reqMsg ) : bool

Method Details

GetClientContextSink() public méthode

public GetClientContextSink ( IMessageSink nextSink ) : IMessageSink
nextSink IMessageSink
Résultat IMessageSink

GetServerContextSink() public méthode

public GetServerContextSink ( IMessageSink nextSink ) : IMessageSink
nextSink IMessageSink
Résultat IMessageSink

SynchronizationAttribute() public méthode

public SynchronizationAttribute ( ) : System.Threading
Résultat System.Threading

SynchronizationAttribute() public méthode

public SynchronizationAttribute ( bool reEntrant ) : System.Threading
reEntrant bool
Résultat System.Threading

SynchronizationAttribute() public méthode

public SynchronizationAttribute ( int flag ) : System.Threading
flag int
Résultat System.Threading

SynchronizationAttribute() public méthode

public SynchronizationAttribute ( int flag, bool reEntrant ) : System.Threading
flag int
reEntrant bool
Résultat System.Threading