ServicePRO SDK Help

RequestServicesClient..::..BeginProcessProjectRequest Method

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

Syntax


public IAsyncResult BeginProcessProjectRequest(
	string userSessionKey,
	int projectId,
	int convertingRequestId,
	bool isRetainData,
	bool isDesigner,
	AsyncCallback callback,
	Object asyncState
)
Public 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