LyncClient.EndShutdown method

Starts the collaboration platform shutdown process.

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

Syntax

'Declaration
Public Sub EndShutdown ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As LyncClient
Dim asyncResult As IAsyncResult

instance.EndShutdown(asyncResult)
public void EndShutdown(
    IAsyncResult asyncResult
)

Parameters

See also

Reference

LyncClient class

LyncClient members

Microsoft.Lync.Model namespace