ServicePRO SDK Help

IManageObjectsService..::..BeginSaveProduct Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveProduct(
	string sessionKey,
	stcProduct product,
	stcCompanyProduct[] hsCompanyProducts,
	int[] deletedVendors,
	stcUserFieldsTableValue[] theUDFValues,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveProduct ( _
	sessionKey As String, _
	product As stcProduct, _
	hsCompanyProducts As stcCompanyProduct(), _
	deletedVendors As Integer(), _
	theUDFValues As stcUserFieldsTableValue(), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
product
Type: HelpSTAR.PCL.Common..::..stcProduct
hsCompanyProducts
Type: array<stcCompanyProduct>[]()[][]
deletedVendors
Type: array<Int32>[]()[][]
theUDFValues
Type: array<stcUserFieldsTableValue>[]()[][]
callback
Type: AsyncCallback
asyncState
Type: Object