TcHmiSrvAuthListener.OnLoginEventArgs Constructor

Initializes a new instance of the TcHmiSrvAuthListener.OnLoginEventArgs class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public OnLoginEventArgs(
    Context context,
    Value value
)

Parameters

context

Type: TcHmiSrv.Context
The Context of the event.

value

Type: TcHmiSrv.Value
A Value that describes the user that tries to log in according to the JSON schema for symbol 'Login' as described in 'TcHmiSrv.Config.json'.

Reference

TcHmiSrvAuthListener.OnLoginEventArgs Class

TcHmiSrv Namespace