Method | Description | |
---|---|---|
Create ( |
||
Create ( |
||
Dispose ( ) : void | ||
IsAsyncOperation ( |
||
IsAsyncOperation ( |
||
WaitForPendingOperationsToComplete ( object invocationResult ) : object |
Waits for pending asynchronous operations to complete, if appropriate, and returns a proper result of the invocation by unwrapping task results
|
Method | Description | |
---|---|---|
AsyncInvocationRegion ( ) : System |
public static Create ( |
||
@delegate | ||
return |
public static Create ( |
||
method | ||
return |
public static IsAsyncOperation ( |
||
@delegate | ||
return | bool |
public static IsAsyncOperation ( |
||
method | ||
return | bool |
public abstract WaitForPendingOperationsToComplete ( object invocationResult ) : object | ||
invocationResult | object | The raw result of the method invocation |
return | object |