EndAccept Method

End the asynchronous response operation.

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

Syntax

'Declaration
Public Sub EndAccept ( _
    result As IAsyncResult _
)
'Usage
Dim instance As ConferenceInvitation
Dim result As IAsyncResult

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

Parameters

Remarks

This method should only be called from the receiving end of the invitation.

Exceptions

[cref][T:Microsoft.Rtc.Signaling.RealTimeException]: [Value Needed].

See Also

Reference

ConferenceInvitation Class

ConferenceInvitation Members

Microsoft.Rtc.Collaboration Namespace