|
ServiceHelperSendingClientResponse Event
|
Occurs when a response is being sent to one or more
RemoteClients.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax 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