Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public void loginAsync(
	string username,
	string password,
	Object userState
)
Visual Basic
Public Sub loginAsync ( _
	username As String, _
	password As String, _
	userState As Object _
)
Visual C++
public:
void loginAsync(
	String^ username, 
	String^ password, 
	Object^ userState
)

Parameters

username
Type: System..::..String
password
Type: System..::..String
userState
Type: System..::..Object

Remarks