Edit

Share via


ReferNotifier.EndSetState(IAsyncResult) Method

Definition

Waits for the pending setState operation to complete.

public:
 abstract void EndSetState(IAsyncResult ^ result);
public abstract void EndSetState (IAsyncResult result);
abstract member EndSetState : IAsyncResult -> unit
Public MustOverride Sub EndSetState (result As IAsyncResult)

Parameters

result
IAsyncResult

The reference to the pending asynchronous operation.

Exceptions

Thrown when this method is invoked multiple times using the same result.

Thrown when the result parameter is null.

Thrown when the result parameter is invalid.

Thrown when this operation timed out.

Thrown when any of the sub operations of this operation failed due to SIP related errors like connection failure, Authentication failure.

Applies to