ServicePRO SDK Help

IRequestServices..::..BeginGetQueryResults Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetQueryResults(
	string userSessionKey,
	bool isBackgroundRefresh,
	int QueryId,
	string SQLStatement,
	double dblTimeZoneAdjustmentForWeb,
	bool bFilter,
	bool bProcess,
	int startrow,
	int endrow,
	string orderByClause,
	bool isExporting,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetQueryResults ( _
	userSessionKey As String, _
	isBackgroundRefresh As Boolean, _
	QueryId As Integer, _
	SQLStatement As String, _
	dblTimeZoneAdjustmentForWeb As Double, _
	bFilter As Boolean, _
	bProcess As Boolean, _
	startrow As Integer, _
	endrow As Integer, _
	orderByClause As String, _
	isExporting As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
isBackgroundRefresh
Type: Boolean
QueryId
Type: Int32
SQLStatement
Type: String
dblTimeZoneAdjustmentForWeb
Type: Double
bFilter
Type: Boolean
bProcess
Type: Boolean
startrow
Type: Int32
endrow
Type: Int32
orderByClause
Type: String
isExporting
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object