| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub getUpdatedAsync( _ ByVal sObjectType As String, _ ByVal startDate As Date, _ ByVal endDate As Date, _ ByVal userState As Object _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SforceService Dim sObjectType As String Dim startDate As Date Dim endDate As Date Dim userState As Object instance.getUpdatedAsync(sObjectType, startDate, endDate, userState) | |
| C# | |
|---|---|
public void getUpdatedAsync( string sObjectType, DateTime startDate, DateTime endDate, object userState ) | |
| Managed Extensions for C++ | |
|---|---|
public: void getUpdatedAsync( string* sObjectType, DateTime startDate, DateTime endDate, Object* userState ) | |
| C++/CLI | |
|---|---|
public: void getUpdatedAsync( String^ sObjectType, DateTime startDate, DateTime endDate, Object^ userState ) | |
Parameters
- sObjectType
- startDate
- endDate
- userState
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family