Class RequestFailedSignal
A signal for failed data request.
Namespace: MAT.Atlas.Client.Platform.Data.Signals
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public sealed class RequestFailedSignal : SourceSignalBase<string>, ISourceSignal<string>, ISignal<string>, ISignal
Properties
RequestId
Identifier of failed request.
Declaration
public Guid RequestId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
SignalId
Gets this signal type's unique identifier.
Declaration
public override Guid SignalId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The signal type's unique identifier. |
Overrides
MAT.Atlas.Api.Core.Signals.SourceSignalBase<System.String>.SignalId