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
)

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.

See Also