10.24.0

FlowEventArgs Class

An EventArgs instance that is passed through a flow's EventHandler. It represents an event of interest occuring at the flow level.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public sealed class FlowEventArgs : EventArgs
Inheritance
Object    EventArgs    FlowEventArgs

Properties

Event The flow event type that occurred.
EventProperties Optional, present for future expansion.
Info Optional, provides further information about the event when available.
ResponseCode This represents response code returned by the appliance for some events, otherwise zero.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString ToString() implementation
(Overrides ObjectToString)

See Also