Interface IClientSink
Namespace: Akka.Streams.SignalR.AspNetCore
Assembly: Akka.Streams.SignalR.AspNetCore.dll
Syntax
public interface IClientSink
Methods
| Improve this Doc View SourceReceive(Object)
Called by server to send message to connected client
Declaration
Task Receive(object data)
Parameters
Type | Name | Description |
---|---|---|
Object | data |
Returns
Type | Description |
---|---|
Task |