Interface ISourceSignal<T>
Source signal.
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. |