Interface ISignal<T>
Base interface for signals.
Inherited Members
Namespace: MAT.Atlas.Api.Core.Signals
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public interface ISignal<out T> : ISignal
Type Parameters
| Name | Description |
|---|---|
| T | Type of signal payload. |
Properties
Data
Gets the signal payload.
Declaration
T Data { get; }
Property Value
| Type | Description |
|---|---|
| T | The payload. |