Click or drag to resize

ServiceHelperReceivedClientRequest Event

Occurs when a request is received from one of the RemoteClients.

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

Value

EventHandlerEventArgsGuid, ClientRequest
Remarks
Argument1 is the ID of the remote client that sent the request.
Argument2 is the ClientRequest sent by the remote client.
See Also