C# 클래스 System.Runtime.Remoting.Contexts.SynchronizationAttribute

상속: ContextAttribute, IContributeClientContextSink, IContributeServerContextSink
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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 ( Context ctx, IConstructionCallMessage msg ) : bool
IsKnownLCID ( IMessage reqMsg ) : bool
IsNestedCall ( IMessage reqMsg ) : bool

메소드 상세

GetClientContextSink() 공개 메소드

public GetClientContextSink ( IMessageSink nextSink ) : IMessageSink
nextSink IMessageSink
리턴 IMessageSink

GetServerContextSink() 공개 메소드

public GetServerContextSink ( IMessageSink nextSink ) : IMessageSink
nextSink IMessageSink
리턴 IMessageSink

SynchronizationAttribute() 공개 메소드

public SynchronizationAttribute ( ) : System.Threading
리턴 System.Threading

SynchronizationAttribute() 공개 메소드

public SynchronizationAttribute ( bool reEntrant ) : System.Threading
reEntrant bool
리턴 System.Threading

SynchronizationAttribute() 공개 메소드

public SynchronizationAttribute ( int flag ) : System.Threading
flag int
리턴 System.Threading

SynchronizationAttribute() 공개 메소드

public SynchronizationAttribute ( int flag, bool reEntrant ) : System.Threading
flag int
reEntrant bool
리턴 System.Threading