Show / Hide Table of Contents

Interface IReliableSubscription

Namespace: Reaqtor.Reliable
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableSubscription : ISubscription, IDisposable

Properties

ResubscribeUri

Declaration
Uri ResubscribeUri { get; }
Property Value
Type Description
System.Uri

Methods

AcknowledgeRange(Int64)

Declaration
void AcknowledgeRange(long sequenceId)
Parameters
Type Name Description
System.Int64 sequenceId

Start(Int64)

Declaration
void Start(long sequenceId)
Parameters
Type Name Description
System.Int64 sequenceId
In This Article
Back to top Generated by DocFX