ServicePRO SDK Help

IObjectDesignerService..::..BeginGetAllTabsAndFields Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAllTabsAndFields(
	string userSessionKey,
	string MainTableIds,
	List<int> typesFetchedBefore,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAllTabsAndFields ( _
	userSessionKey As String, _
	MainTableIds As String, _
	typesFetchedBefore As List(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
MainTableIds
Type: String
typesFetchedBefore
Type: List<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object