LyncClient.BeginInitialize Method

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

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

returnValue = instance.BeginInitialize(callback, _
    state)
public IAsyncResult BeginInitialize(
    AsyncCallback callback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

LyncClient Class

LyncClient Members

Microsoft.Lync.Model Namespace