Starts the Lync client sign out process.

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

Syntax

C#
public 
IAsyncResult 
BeginSignOut(
	
AsyncCallback 
communicatorClientCallback,
	
Object 
state
)

Parameters

communicatorClientCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also