Method | Description | |
---|---|---|
AsyncSynchronizationContext ( |
||
CreateCopy ( ) : |
||
OperationCompleted ( ) : void | ||
OperationStarted ( ) : void | ||
Post ( SendOrPostCallback d, object state ) : void | ||
Register ( ) : |
||
Send ( SendOrPostCallback d, object state ) : void |
Method | Description | |
---|---|---|
WrapCallback ( SendOrPostCallback sendOrPostCallback ) : SendOrPostCallback |
public AsyncSynchronizationContext ( |
||
syncContext | ||
return | System |
public CreateCopy ( ) : |
||
return |
public Post ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
return | void |
public static Register ( ) : |
||
return |
public Send ( SendOrPostCallback d, object state ) : void | ||
d | SendOrPostCallback | |
state | object | |
return | void |