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

Inheritance: EventStore.Core.Messaging.Message
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
SlaveAssignment ( System.Guid masterId, System.Guid subscriptionId ) : System

Method Details

SlaveAssignment() public méthode

public SlaveAssignment ( 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