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