프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DispatcherCallBack | void | ||
Dispose | void | ||
ExecuteWorkItem | void | ||
GetPropertiesForNewContext | void | ||
HandleThreadExit | void | ||
HandleThreadReEntry | void | ||
HandleWorkCompletion | void | ||
HandleWorkRequest | void | ||
InitIfNecessary | void | ||
IsContextOK | bool | ||
IsKnownLCID | bool | ||
IsNestedCall | bool |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 ( |
||
IsKnownLCID ( IMessage reqMsg ) : bool | ||
IsNestedCall ( IMessage reqMsg ) : bool |
public GetClientContextSink ( IMessageSink nextSink ) : IMessageSink | ||
nextSink | IMessageSink | |
리턴 | IMessageSink |
public GetServerContextSink ( IMessageSink nextSink ) : IMessageSink | ||
nextSink | IMessageSink | |
리턴 | IMessageSink |
public SynchronizationAttribute ( ) : System.Threading | ||
리턴 | System.Threading |
public SynchronizationAttribute ( bool reEntrant ) : System.Threading | ||
reEntrant | bool | |
리턴 | System.Threading |
public SynchronizationAttribute ( int flag ) : System.Threading | ||
flag | int | |
리턴 | System.Threading |
public SynchronizationAttribute ( int flag, bool reEntrant ) : System.Threading | ||
flag | int | |
reEntrant | bool | |
리턴 | System.Threading |