ServicePRO SDK Help

IObjectDesignerService..::..BeginGetDBLookUpDefaultItem Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetDBLookUpDefaultItem(
	string userSessionKey,
	stcMetaDataRelation aRelation,
	int aSelectedItemId,
	string fieldIdentifier,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetDBLookUpDefaultItem ( _
	userSessionKey As String, _
	aRelation As stcMetaDataRelation, _
	aSelectedItemId As Integer, _
	fieldIdentifier As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
aRelation
Type: HelpSTAR.PCL.Common..::..stcMetaDataRelation
aSelectedItemId
Type: Int32
fieldIdentifier
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object