메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
AsyncInvocationRegion ( ) : System |
public static Create ( |
||
@delegate | ||
리턴 |
public static Create ( |
||
method | ||
리턴 |
public static IsAsyncOperation ( |
||
@delegate | ||
리턴 | bool |
public static IsAsyncOperation ( |
||
method | ||
리턴 | bool |
public abstract WaitForPendingOperationsToComplete ( object invocationResult ) : object | ||
invocationResult | object | The raw result of the method invocation |
리턴 | object |