Click or drag to resize

ServiceHelperUpdatedStatus Event

Provides notification of when status messages were sent to consumer(s).

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Guid, string, UpdateType>> UpdatedStatus
View Source

Value

EventHandlerEventArgsGuid, String, UpdateType
Remarks
Argument1 is the ID of the consumer(s).
Argument2 is the status message sent to consumer(s).
Argument3 is the message UpdateType.
See Also