Disconnects from the modality.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public IAsyncResult BeginDisconnect( ModalityDisconnectReason reason, AsyncCallback modalityCallback, Object state ) |
Parameters
- modalityCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object
Remarks
Unless the conversation property AutoTerminateOnIdle is
set to false, the parent Conversation object of a modality is
terminated when the last active modality is disconnected. You
cannot access properties on the terminated conversation.