ServicePRO SDK Help

ManageObjectsServicesManager..::..GetObjectTypes Method (String, String, Action<(Of <(<'Object, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>, Object)

Gets the object types.

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

Syntax


public void GetObjectTypes(
	string sessionKey,
	string Object,
	Action<Object, IEnumerable<Dictionary<string, Object>>, Exception> callbackAction,
	Object userState
)
Public Sub GetObjectTypes ( _
	sessionKey As String, _
	Object As String, _
	callbackAction As Action(Of Object, IEnumerable(Of Dictionary(Of String, Object)), Exception), _
	userState As Object _
)

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.
Object
Type: String
The object type.(clsEnumeration.hsmdObject)
callbackAction
Type: Action<(Of <(<'Object, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.
userState
Type: Object
State of the user.(Object)