ServicePRO SDK Help

IObjectDesignerService..::..BeginGetUDFXML Method

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

Syntax


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

Parameters

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