Conversation.BeginPark method

Parks voice at the Call Park Server and terminates all other modalities.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function BeginPark ( _
    conversationCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As Conversation
Dim conversationCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginPark(conversationCallback, _
    state)
public IAsyncResult BeginPark(
    AsyncCallback conversationCallback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace