Share via


RemotePresenceView.EndTerminate Method

Ends the asynchronous operation started by BeginTerminate(AsyncCallback, Object).

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

Syntax

'Declaration
Public Sub EndTerminate ( _
    result As IAsyncResult _
)
'Usage
Dim instance As RemotePresenceView
Dim result As IAsyncResult

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

Parameters

Exceptions

Exception Condition
[ArgumentNullException]

The parameter was null. The IAsyncResult is a required parameter.

[ArgumentException]

The IAsyncResult object was created by a Begin method for a different operation

[InvalidOperationException]

End was called multiple times.

See Also

Reference

RemotePresenceView Class

RemotePresenceView Members

Microsoft.Rtc.Collaboration.Presence Namespace