ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetRelatedValue Method

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

Syntax


public IAsyncResult BeginGetRelatedValue(
	string sessionKey,
	stcMetaDataRelation aRelation,
	int fieldValue,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetRelatedValue ( _
	sessionKey As String, _
	aRelation As stcMetaDataRelation, _
	fieldValue As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
aRelation
Type: HelpSTAR.PCL.Common..::..stcMetaDataRelation
fieldValue
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object