ServicePRO SDK Help

IRequestServices..::..BeginValidateMoveAndCloseNewProject Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginValidateMoveAndCloseNewProject(
	string userSessionKey,
	ObservableCollection<HierarchyItem> projectCollection,
	int selectedProjectId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginValidateMoveAndCloseNewProject ( _
	userSessionKey As String, _
	projectCollection As ObservableCollection(Of HierarchyItem), _
	selectedProjectId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
projectCollection
Type: ObservableCollection<(Of <(<'HierarchyItem>)>)>
selectedProjectId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object