Show / Hide Table of Contents

Interface ISourceSignal<T>

Source signal.

Inherited Members
ISignal<T>.Data
ISignal.SignalId
Namespace: MAT.Atlas.Api.Core.Signals
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public interface ISourceSignal<out T> : ISignal<T>, ISignal
Type Parameters
Name Description
T

Type of signal payload.

Properties

SourceId

Gets this source of signal unique identifier.

Declaration
Guid SourceId { get; }
Property Value
Type Description
System.Guid

The signal source unique identifier.

In This Article
Back to top Generated by DocFX