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

Syntax

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

Parameters

userId
Type: System..::..String
userState
Type: System..::..Object

Remarks