Visual Basic (Declaration) | |
---|---|
Public Overloads Sub updateAsync( _ 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.updateAsync(sObjects, userState) |
C++/CLI | |
---|---|
public: void updateAsync( 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