ServicePRO SDK Help

RequestServicesClient..::..BeginGetAssociatedRequests Method

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

Syntax


public IAsyncResult BeginGetAssociatedRequests(
	string userSessionKey,
	clsEnumeration..::..hsHelpStarObject Hobj,
	int objId,
	stcDataRange DateType,
	int startRow,
	int endRow,
	string ProjectTreeIDs,
	string whereClause,
	string orderByClause,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetAssociatedRequests ( _
	userSessionKey As String, _
	Hobj As clsEnumeration..::..hsHelpStarObject, _
	objId As Integer, _
	DateType As stcDataRange, _
	startRow As Integer, _
	endRow As Integer, _
	ProjectTreeIDs As String, _
	whereClause As String, _
	orderByClause As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
Hobj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
objId
Type: Int32
DateType
Type: HelpSTAR.PCL.Common..::..stcDataRange
startRow
Type: Int32
endRow
Type: Int32
ProjectTreeIDs
Type: String
whereClause
Type: String
orderByClause
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object