ServicePRO SDK Help

RequestServicesClient..::..BeginProcessNewChildRequest Method

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

Syntax


public IAsyncResult BeginProcessNewChildRequest(
	string userSessionKey,
	int parentId,
	int parentRequestId,
	bool isFolder,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginProcessNewChildRequest ( _
	userSessionKey As String, _
	parentId As Integer, _
	parentRequestId As Integer, _
	isFolder As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
parentId
Type: Int32
parentRequestId
Type: Int32
isFolder
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object