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

C#
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

See Also