ServicePRO SDK Help

IManageObjectsService..::..BeginRestoreObjects Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginRestoreObjects(
	string sessionKey,
	clsEnumeration..::..hsHelpStarObject Hobj,
	ObservableCollection<int> objectCollection,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginRestoreObjects ( _
	sessionKey As String, _
	Hobj As clsEnumeration..::..hsHelpStarObject, _
	objectCollection As ObservableCollection(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
Hobj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
objectCollection
Type: ObservableCollection<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object