SignalingSession.BeginParticipate Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
BeginParticipate(AsyncCallback, Object) | Participates in a session. This method needs to be called (for both outgoing and incoming messages) to establish the session. | |
BeginParticipate(IEnumerable<SignalingHeader>, AsyncCallback, Object) | Participates in a session. This method needs to be called (for both outgoing and incoming messages) to establish the session. |
Top