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