ServicePRO SDK Help

IManageObjectsService..::..BeginGetAdvRecordset Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAdvRecordset(
	string sessionKey,
	ref stcSearchFieldPass SearchPass,
	string ObjStatus,
	double dblTimeZoneAdjustmentForWeb,
	string HsObj,
	string strExtraAndCondition,
	string orderByClause,
	int startRow,
	int endRow,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAdvRecordset ( _
	sessionKey As String, _
	ByRef SearchPass As stcSearchFieldPass, _
	ObjStatus As String, _
	dblTimeZoneAdjustmentForWeb As Double, _
	HsObj As String, _
	strExtraAndCondition As String, _
	orderByClause As String, _
	startRow As Integer, _
	endRow As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
SearchPass
Type: HelpSTAR.PCL.Common..::..stcSearchFieldPass%
ObjStatus
Type: String
dblTimeZoneAdjustmentForWeb
Type: Double
HsObj
Type: String
strExtraAndCondition
Type: String
orderByClause
Type: String
startRow
Type: Int32
endRow
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object