Conversation.End Method
Terminates the conversation on the local endpoint. If the conversation is a conference, the conference continues for all other participants.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub End
'Usage
Dim instance As Conversation
instance.End()
public void End()