LyncClient.BeginSignOut Method
Starts the Lync client sign out process.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginSignOut ( _
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.BeginSignOut(communicatorClientCallback, _
state)
public IAsyncResult BeginSignOut(
AsyncCallback communicatorClientCallback,
Object state
)
Parameters
- communicatorClientCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult