Windward Engine API Reference
processAsync(ProcessRequest[]) Method
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class > processAsync Method : processAsync(ProcessRequest[]) Method




actions

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub processAsync( _
   ByVal actions() As ProcessRequest _
) 
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim actions() As ProcessRequest
 
instance.processAsync(actions)
C# 
public void processAsync( 
   ProcessRequest[] actions
)
Managed Extensions for C++ 
public: void processAsync( 
   ProcessRequest*[]* actions
) 
C++/CLI 
public:
void processAsync( 
   array<ProcessRequest^>^ actions
) 

Parameters

actions

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.