Méthode | Description | |
---|---|---|
GetApplicationState ( ) : object | ||
GetContinuation ( ) : object |
Get continuation object. Get continuation object. The only use for this object is to be passed to |
|
SetApplicationState ( object applicationState ) : void |
Store an arbitrary object that applications can use to associate their state with the continuation. Store an arbitrary object that applications can use to associate their state with the continuation. |
Méthode | Description | |
---|---|---|
ContinuationPending ( |
Construct a ContinuationPending exception. Construct a ContinuationPending exception. Internal call only; users of the API should get continuations created on their behalf by calling |
|
GetContinuationState ( ) : |
public SetApplicationState ( object applicationState ) : void | ||
applicationState | object | arbitrary application state |
Résultat | void |