ServicePRO SDK Help

IRequestServices..::..BeginAddNewReqestIDsToTree Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginAddNewReqestIDsToTree(
	string userSessionKey,
	List<int> AllChildIds,
	int parentID,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginAddNewReqestIDsToTree ( _
	userSessionKey As String, _
	AllChildIds As List(Of Integer), _
	parentID As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
AllChildIds
Type: List<(Of <(<'Int32>)>)>
parentID
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object