ServicePRO SDK Help

RequestServicesManager..::..GetItem Method

Gets the general item data.

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

Syntax


public void GetItem(
	string userSessionKey,
	int itemId,
	int tableName,
	Action<stcListItem, Exception> callbackAction
)
Public Sub GetItem ( _
	userSessionKey As String, _
	itemId As Integer, _
	tableName As Integer, _
	callbackAction As Action(Of stcListItem, Exception) _
)

Parameters

userSessionKey
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.
itemId
Type: Int32
The item identifier.
tableName
Type: Int32
Index of the table.
callbackAction
Type: Action<(Of <(<'stcListItem, Exception>)>)>
The callback action.