ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetProductVendorCost Method

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

Syntax


public IAsyncResult BeginGetProductVendorCost(
	string sessionKey,
	int productId,
	int vendorId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetProductVendorCost ( _
	sessionKey As String, _
	productId As Integer, _
	vendorId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
productId
Type: Int32
vendorId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object