Visual Basic (Declaration) | |
---|---|
Public Overloads Sub createAsync( _ ByVal sObjects() As sObject, _ ByVal userState As Object _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SforceService Dim sObjects() As sObject Dim userState As Object instance.createAsync(sObjects, userState) |
C++/CLI | |
---|---|
public: void createAsync( array<sObject^>^ sObjects, Object^ userState ) |
Parameters
- sObjects
- userState
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family