ServicePRO SDK Help

ManageObjectsServiceClient..::..EndGetCompanyProduct Method

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

Syntax


public int EndGetCompanyProduct(
	out double productPrice,
	IAsyncResult result
)
Public Function EndGetCompanyProduct ( _
	<OutAttribute> ByRef productPrice As Double, _
	result As IAsyncResult _
) As Integer

Parameters

productPrice
Type: Double%
result
Type: IAsyncResult