Interface IReliableSubscription
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 |
|