ServicePRO SDK Help

RequestServicesManager..::..UpdateLastAlarmChecked Method

Updates the alarm that already checked.

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

Syntax


public void UpdateLastAlarmChecked(
	string userSessionKey,
	DateTime timeChecked,
	Action<stcSession, Exception> callbackAction
)
Public Sub UpdateLastAlarmChecked ( _
	userSessionKey As String, _
	timeChecked As DateTime, _
	callbackAction As Action(Of stcSession, 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.
timeChecked
Type: DateTime
The time checked.
callbackAction
Type: Action<(Of <(<'stcSession, Exception>)>)>
The callback action.