Skip to main content

Interrupted

Namespace: IotaSdk

Delivery was interrupted and has recovered — the connection dropped, or the server dropped payloads because this client could not keep up. Items in the gap may have been missed.

internal record class Interrupted : TransactionUpdate, System.IDisposable, System.IEquatable`1[[IotaSdk.TransactionUpdate, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.TransactionUpdate+Interrupted, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectTransactionUpdateInterrupted
Implements IDisposable, IEquatable<TransactionUpdate>, IEquatable<Interrupted>
Attributes NullableAttribute

Properties

Message

public string Message { get; init; }

Property Value

String

Constructors

Interrupted(String)

Delivery was interrupted and has recovered — the connection dropped, or the server dropped payloads because this client could not keep up. Items in the gap may have been missed.

public Interrupted(string Message)

Parameters

Message String