ServicePRO SDK Help

CoreServicesManager..::..GetNotifications Method

Gets the notifications by glance item type.

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

Syntax


public void GetNotifications(
	string userSessionKey,
	clsEnumeration..::..hsGlanceItem glanceItem,
	Action<stcGlanceNotification, Exception> callbackAction
)
Public Sub GetNotifications ( _
	userSessionKey As String, _
	glanceItem As clsEnumeration..::..hsGlanceItem, _
	callbackAction As Action(Of stcGlanceNotification, 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.
glanceItem
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsGlanceItem
The glance item type.
callbackAction
Type: Action<(Of <(<'stcGlanceNotification, Exception>)>)>
The callback action.