ServicePRO SDK Help

IRequestServices..::..BeginGetProjectHierarchyCollection Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetProjectHierarchyCollection(
	string userSessionKey,
	List<int> requestIds,
	int hierarchyType,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetProjectHierarchyCollection ( _
	userSessionKey As String, _
	requestIds As List(Of Integer), _
	hierarchyType As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

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