EndRemoveTarget Method

Complete the async operation started by BeginremoveTarget.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub EndRemoveTarget ( _
    result As IAsyncResult _
)
'Usage
Dim instance As RemotePresence
Dim result As IAsyncResult

instance.EndRemoveTarget(result)
public void EndRemoveTarget(
    IAsyncResult result
)

Parameters

Remarks

Exceptions

[T:System.ArgumentNullException]: Thrown when the parameter was null. The IAsyncResult is a required parameter.

[T:System.ArgumentException]: Thrown when the IAsyncResult object was created by a Begin method for a different operation.

[T:System.InvalidOperationException]: Thrown when the end was called multiple times.

See Also

Reference

RemotePresence Class

RemotePresence Members

Microsoft.Rtc.Collaboration.Presence Namespace