EndEstablish Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Completes the asynchronous request initiated by BeginEstablish(AsyncCallback, Object).

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

Syntax

'Declaration
Public Sub EndEstablish ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As GroupChatEndpoint
Dim asyncResult As IAsyncResult

instance.EndEstablish(asyncResult)
public void EndEstablish(
    IAsyncResult asyncResult
)

Parameters

Exceptions

Exception Condition
ArgumentException

Thrown when invalid arguments are passed.

[Microsoft.Rtc.Collaboration.GroupChat.ChatServerConnectionException]

Thrown if the group chat server is unreachable or the connection attempt is refused.

[Microsoft.Rtc.Collaboration.GroupChat.CommandFailedException]

Thrown if the endpoint is not in a valid state to be established, or the connection call flow is interrupted.

[RealTimeException]

Thrown if the session encounters an error communicating with Office Communications Server.

See Also

Reference

GroupChatEndpoint Class

GroupChatEndpoint Members

Microsoft.Rtc.Collaboration.GroupChat Namespace