Interface ISignalRResult
Common interface for a messages returned to SignalR clients.
Namespace: Akka.Streams.SignalR.AspNetCore
Assembly: Akka.Streams.SignalR.AspNetCore.dll
Syntax
public interface ISignalRResult
Properties
| Improve this Doc View SourceData
Payload sent to the client.
Declaration
object Data { get; }
Property Value
Type | Description |
---|---|
Object |