ServicePRO SDK Help

ManageObjectsServicesManager..::..GetUsrDefinedTableName Method

Gets the name of the user defined table.

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

Syntax


public void GetUsrDefinedTableName(
	string sessionKey,
	int LngObject,
	Action<string, Exception> callbackAction
)
Public Sub GetUsrDefinedTableName ( _
	sessionKey As String, _
	LngObject As Integer, _
	callbackAction As Action(Of String, Exception) _
)

Parameters

sessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
LngObject
Type: Int32
Object.(Default:0)
callbackAction
Type: Action<(Of <(<'String, Exception>)>)>
The callback action.