Show / Hide Table of Contents

Interface ISignal<T>

Base interface for signals.

Inherited Members
ISignal.SignalId
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.

In This Article
Back to top Generated by DocFX