Edit

Share via


CollaborationPlatform.EndShutdown(IAsyncResult) Method

Definition

This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

public:
 void EndShutdown(IAsyncResult ^ result);
public void EndShutdown (IAsyncResult result);
member this.EndShutdown : IAsyncResult -> unit
Public Sub EndShutdown (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when the result parameter is null.

Thrown when the result parameter is invalid.

Applies to