public static void EndOperation(
IAsyncResult asyncResult,
string beginMethodName
)Public Shared Sub EndOperation (
asyncResult As IAsyncResult,
beginMethodName As String
)public:
static void EndOperation(
IAsyncResult^ asyncResult,
String^ beginMethodName
)static member EndOperation :
asyncResult : IAsyncResult *
beginMethodName : string -> unit | ArgumentNullException | asyncResult is . |
| InvalidOperationException | asyncResult was not returned by the corresponding BeginOperation
or FromCompleted methods with a matching beginMethodName -or- this method was already called for this asyncResult instance. |
| OperationCanceledException | The operation has been canceled and ThrowIfCanceled in the corresponding AsyncConfig was . |