LyncClient.EndInitialize method
Ends the Initialize operation and unblocks program execution on the calling thread.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndInitialize ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As LyncClient
Dim asyncResult As IAsyncResult
instance.EndInitialize(asyncResult)
public void EndInitialize(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult