ServicePRO SDK Help

IRequestServices..::..BeginProcessProjectRequest Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginProcessProjectRequest(
	string userSessionKey,
	int projectId,
	int convertingRequestId,
	bool isRetainData,
	bool isDesigner,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginProcessProjectRequest ( _
	userSessionKey As String, _
	projectId As Integer, _
	convertingRequestId As Integer, _
	isRetainData As Boolean, _
	isDesigner As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
projectId
Type: Int32
convertingRequestId
Type: Int32
isRetainData
Type: Boolean
isDesigner
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object