Share via


EndAddTargets Method

Complete the async operation started by BeginAddTarget.

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

Syntax

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

instance.EndAddTargets(result)
public void EndAddTargets(
    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 end was called multiple times.

See Also

Reference

RemotePresence Class

RemotePresence Members

Microsoft.Rtc.Collaboration.Presence Namespace