Initializes LyncClient when the Lync is in Suppressed Mode. You do not call this method when Lync is not suppressed.

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

Syntax

C#
public 
IAsyncResult 
BeginInitialize(
	
AsyncCallback 
callback,
	
Object 
state
)

Parameters

callback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also