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
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult