Click or drag to resize

ServiceHelperSendingClientResponse Event

Occurs when a response is being sent to one or more RemoteClients.

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

Value

EventHandlerEventArgsGuid, ServiceResponse, Boolean
Remarks
Argument1 ID of the client to whom the response is to be sent.
Argument2 is the ServiceResponse to be sent to the client.
Argument3 is the assignable cancellation state, set to true to cancel send; otherwise, false
See Also