Visual Basic (Declaration) | |
---|---|
Public Overloads Sub processAsync( _ ByVal actions() As ProcessRequest, _ ByVal userState As Object _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SforceService Dim actions() As ProcessRequest Dim userState As Object instance.processAsync(actions, userState) |
C# | |
---|---|
public void processAsync( ProcessRequest[] actions, object userState ) |
Managed Extensions for C++ | |
---|---|
public: void processAsync( ProcessRequest*[]* actions, Object* userState ) |
C++/CLI | |
---|---|
public: void processAsync( array<ProcessRequest^>^ actions, Object^ userState ) |
Parameters
- actions
- userState
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family