LyncClient.BeginSignIn Method
Starts the Lync client sign in process with a specific availability.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginSignIn ( _
userUri As String, _
domainAndUsername As String, _
password As String, _
communicatorClientCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As LyncClient
Dim userUri As String
Dim domainAndUsername As String
Dim password As String
Dim communicatorClientCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSignIn(userUri, _
domainAndUsername, password, communicatorClientCallback, _
state)
public IAsyncResult BeginSignIn(
string userUri,
string domainAndUsername,
string password,
AsyncCallback communicatorClientCallback,
Object state
)
Parameters
- userUri
Type: System.String
- domainAndUsername
Type: System.String
- password
Type: System.String
- communicatorClientCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult