Method | Description | |
---|---|---|
Complete ( ) : bool | ||
Complete ( |
||
Complete ( |
||
End ( IAsyncResult result, object owner, string operationId ) : void |
Method | Description | |
---|---|---|
AsyncResult ( AsyncCallback asyncCallback, object state, object owner, string operationId ) : System | ||
Completed ( |
||
Completing ( |
||
MakeCallback ( AsyncCallback callback, |
Method | Description | |
---|---|---|
CheckUsage ( object owner, string operationId ) : void | ||
Process ( ) : void |
protected AsyncResult ( AsyncCallback asyncCallback, object state, object owner, string operationId ) : System | ||
asyncCallback | AsyncCallback | |
state | object | |
owner | object | |
operationId | string | |
return | System |
public Complete ( |
||
exception | ||
return | bool |
public Complete ( |
||
exception | ||
completedSynchronously | bool | |
return | bool |
protected Completed ( |
||
exception | ||
completedSynchronously | bool | |
return | void |
protected Completing ( |
||
exception | ||
completedSynchronously | bool | |
return | void |
public static End ( IAsyncResult result, object owner, string operationId ) : void | ||
result | IAsyncResult | |
owner | object | |
operationId | string | |
return | void |
protected MakeCallback ( AsyncCallback callback, |
||
callback | AsyncCallback | |
result | ||
return | void |