ServicePRO SDK Help

IManageObjectsService..::..BeginCreateAssetStructureForMultipleAssetsRequest Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginCreateAssetStructureForMultipleAssetsRequest(
	string sessionKey,
	int poItemId,
	int quantity,
	int productId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginCreateAssetStructureForMultipleAssetsRequest ( _
	sessionKey As String, _
	poItemId As Integer, _
	quantity As Integer, _
	productId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
poItemId
Type: Int32
quantity
Type: Int32
productId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object