Windward Engine API Reference
getDeletedAsync(String,DateTime,DateTime,Object) Method
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class > getDeletedAsync Method : getDeletedAsync(String,DateTime,DateTime,Object) Method




sObjectType
startDate
endDate
userState

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub getDeletedAsync( _
   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.getDeletedAsync(sObjectType, startDate, endDate, userState)
C# 
public void getDeletedAsync( 
   string sObjectType,
   DateTime startDate,
   DateTime endDate,
   object userState
)
Managed Extensions for C++ 
public: void getDeletedAsync( 
   string* sObjectType,
   DateTime startDate,
   DateTime endDate,
   Object* userState
) 
C++/CLI 
public:
void getDeletedAsync( 
   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

See Also

© 2019 All Rights Reserved.