Enum EventMask
XenApp Server creates ICA connections dynamically as needed. The following table lists and describes the events (possible values for EventMask), and indicates the flags triggered by the event.
Namespace: Dapplo.Windows.Citrix.Enums
Assembly: Dapplo.Windows.Citrix.dll
Syntax
public enum EventMask : ulong
Fields
Name | Description |
---|---|
All | WF_EVENT_ALL: Wait for any event type WF_EVENT_FLUSH Unblock all waiting events(this event is used only as an EventMask) |
Connect | xWF_EVENT_CONNECT: ICA sesion connect from client Connect, State Change, All |
Create | WF_EVENT_CREATE: New ICA session created Create, State Change, All |
Delete | WF_EVENT_DELETE: Existing ICA session deleted Delete, State Change, All |
Disconnect | WF_EVENT_DISCONNECT: ICA session disconnect from client Disconnect, State Event Description Flags triggered Change, All |
License | WF_EVENT_LICENSE: License state change (this event is triggered when a license is added or deleted using License Manager) License, All |
Logoff | WF_EVENT_LOGOFF: User logoff to system (from console or WinStation) Logoff, State Change, All |
Logon | WF_EVENT_LOGON: User logon to system (from console or WinStation) Logon, State Change, All |
None | WF_EVENT_NONE: No event (this event is used only as a return value in pEventFlags) |
Rename | WF_EVENT_RENAME: Existing ICA session renamed Rename, All |
StateChange | WF_EVENT_STATECHANGE: ICA session state change (this event is triggered when WF_CONNECTSTATE_CLASS (defined in Wfapi.h) changes) |