EventUpdate
Namespace: IotaSdk
An item delivered by a subscription.
A subscription recovers from a lost connection or from falling behind the server on its own, so those interruptions are delivered as updates rather than raised as errors: a caller that does not care about the gap can ignore them and keep reading.
public record class EventUpdate : System.IDisposable, System.IEquatable`1[[IotaSdk.EventUpdate, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → EventUpdate
Implements IDisposable, IEquatable<EventUpdate>
Attributes NullableContextAttribute, NullableAttribute
Constructors
EventUpdate()
public EventUpdate()
Methods
Dispose()
public void Dispose()