C# Class EventStore.Core.Messages.ReplicationMessage.ReplicaSubscriptionRetry

Inheritance: EventStore.Core.Messaging.Message, IReplicationMessage
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
MasterId System.Guid
SubscriptionId System.Guid

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ReplicaSubscriptionRetry ( System.Guid masterId, System.Guid subscriptionId ) : System

Method Details

ReplicaSubscriptionRetry() public méthode

public ReplicaSubscriptionRetry ( System.Guid masterId, System.Guid subscriptionId ) : System
masterId System.Guid
subscriptionId System.Guid
Résultat System

Property Details

MasterId public_oe property

public Guid,System MasterId
Résultat System.Guid

SubscriptionId public_oe property

public Guid,System SubscriptionId
Résultat System.Guid