Room.EndLeave method
Leave this room.
Namespace: Microsoft.Lync.Model.Room
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndLeave ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As Room
Dim asyncResult As IAsyncResult
instance.EndLeave(asyncResult)
public void EndLeave(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult