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

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
Execute void
ExecuteCallback Object
IsAsync bool
IsDummy bool
IsSignaled bool
IsWaiting bool
SetAsync void
SetDummy void
SetSignaled void
SetWaiting void
WorkItem System.Threading

Private Methods

Method Description
Execute ( ) : void
ExecuteCallback ( Object args ) : Object
IsAsync ( ) : bool
IsDummy ( ) : bool
IsSignaled ( ) : bool
IsWaiting ( ) : bool
SetAsync ( ) : void
SetDummy ( ) : void
SetSignaled ( ) : void
SetWaiting ( ) : void
WorkItem ( IMessage reqMsg, IMessageSink nextSink, IMessageSink replySink ) : System.Threading