ServicePRO SDK Help

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

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
)
Public Sub GetObjectTypes ( _
	sessionKey As String, _
	Object As String, _
	callbackAction As Action(Of Object, IEnumerable(Of Dictionary(Of String, Object)), 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.
Object
Type: String
The object.
callbackAction
Type: Action<(Of <(<'Object, IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.