Delegate OnSent
Delegate meant for when a notification is sent to a client.
Namespace: Fibula.Mechanics.Contracts.Delegates
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public delegate void OnSent(IClient toClient);
Parameters
Type | Name | Description |
---|---|---|
IClient | toClient | The client to which the notification was sent. |