Windward Engine API Reference
resetPasswordAsync(String,Object) Method
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class > resetPasswordAsync Method : resetPasswordAsync(String,Object) Method




userId
userState

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub resetPasswordAsync( _
   ByVal userId As String, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim userId As String
Dim userState As Object
 
instance.resetPasswordAsync(userId, userState)
C# 
public void resetPasswordAsync( 
   string userId,
   object userState
)
Managed Extensions for C++ 
public: void resetPasswordAsync( 
   string* userId,
   Object* userState
) 
C++/CLI 
public:
void resetPasswordAsync( 
   String^ userId,
   Object^ userState
) 

Parameters

userId
userState

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.