ServicePRO SDK Help

ManageObjectsServicesManager..::..GetObjectDetails Method

Gets HelpSTAR object details.

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

Syntax


public void GetObjectDetails(
	string sessionKey,
	clsEnumeration..::..hsHelpStarObject hsObj,
	int Id,
	Action<string, Exception> callbackAction
)
Public Sub GetObjectDetails ( _
	sessionKey As String, _
	hsObj As clsEnumeration..::..hsHelpStarObject, _
	Id 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.
hsObj
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
HelpSTAR object type.(clsEnumeration.hsHelpStarObject)
Id
Type: Int32
The object identifier.
callbackAction
Type: Action<(Of <(<'String, Exception>)>)>
The callback action.