ServicePRO SDK Help

ManageObjectsServicesManager..::..GetGenericObjectName Method (String, String, Boolean, Action<(Of <(<'Object, String, Exception>)>)>)

Gets the name of the generic object.

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

Syntax


public void GetGenericObjectName(
	string sessionKey,
	string hsmdObject,
	bool returnVisbility,
	Action<Object, string, Exception> callbackAction
)
Public Sub GetGenericObjectName ( _
	sessionKey As String, _
	hsmdObject As String, _
	returnVisbility As Boolean, _
	callbackAction As Action(Of Object, 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.
hsmdObject
Type: String
The HSMD object. (clsEnumeration.hsmdObject)
returnVisbility
Type: Boolean
if set to true [return visbility].
callbackAction
Type: Action<(Of <(<'Object, String, Exception>)>)>
The callback action.