ServicePRO SDK Help

RequestServicesManager..::..ValidateCloseProject Method

Validates all the children requests before try to close a project.

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

Syntax


public void ValidateCloseProject(
	string userSessionKey,
	int requestId,
	clsEnumeration..::..hsStatus requestStatus,
	Action<bool, string, bool, Exception> callbackAction
)
Public Sub ValidateCloseProject ( _
	userSessionKey As String, _
	requestId As Integer, _
	requestStatus As clsEnumeration..::..hsStatus, _
	callbackAction As Action(Of Boolean, String, Boolean, Exception) _
)

Parameters

userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
requestId
Type: Int32
The request identifier.
requestStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsStatus
The request status.
callbackAction
Type: Action<(Of <(<'Boolean, String, Boolean, Exception>)>)>
The callback action.