ServicePRO SDK Help

IObjectDesignerService..::..BeginGetAllDBLookUpDefaultItems Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAllDBLookUpDefaultItems(
	string userSessionKey,
	List<stcListItem> DBLookUpItemsToFetch,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAllDBLookUpDefaultItems ( _
	userSessionKey As String, _
	DBLookUpItemsToFetch As List(Of stcListItem), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
DBLookUpItemsToFetch
Type: List<(Of <(<'stcListItem>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object