ServicePRO SDK Help

RequestServicesClient..::..BeginAddNewReqestIDsToTree Method

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

Syntax


public IAsyncResult BeginAddNewReqestIDsToTree(
	string userSessionKey,
	List<int> AllChildIds,
	int parentID,
	AsyncCallback callback,
	Object asyncState
)
Public 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