ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginFillAssetsCombos Method

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

Syntax


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

Parameters

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