LyncClient.BeginShutdown Method

Starts the Lync platform shutdown process.

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

Syntax

'Declaration
Public Function BeginShutdown ( _
    communicatorClientCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As LyncClient
Dim communicatorClientCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginShutdown(communicatorClientCallback, _
    state)
public IAsyncResult BeginShutdown(
    AsyncCallback communicatorClientCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

LyncClient Class

LyncClient Members

Microsoft.Lync.Model Namespace