CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CreateClientConnectedEvent()

EventData Cqrs.EventStore.IEventBuilder< TAuthenticationToken >.CreateClientConnectedEvent ( string  clientName)

Create an EventData that notifies people a client has connected.

Parameters
clientNameThe name of the client that has connected.

Implemented in Cqrs.EventStore.EventFactory< TAuthenticationToken >.