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

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

Méthodes publiques

Свойство Type Description
ChunkId System.Guid
IsPromotable bool
LastEpochs EventStore.Core.TransactionLog.LogRecords.EpochRecord[]
LogPosition long
MasterId System.Guid
ReplicaEndPoint System.Net.IPEndPoint
SubscriptionId System.Guid

Méthodes publiques

Méthode Description
SubscribeReplica ( long logPosition, System.Guid chunkId, EventStore.Core.TransactionLog.LogRecords.EpochRecord lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System

Method Details

SubscribeReplica() public méthode

public SubscribeReplica ( long logPosition, System.Guid chunkId, EventStore.Core.TransactionLog.LogRecords.EpochRecord lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System
logPosition long
chunkId System.Guid
lastEpochs EventStore.Core.TransactionLog.LogRecords.EpochRecord
replicaEndPoint System.Net.IPEndPoint
masterId System.Guid
subscriptionId System.Guid
isPromotable bool
Résultat System

Property Details

ChunkId public_oe property

public Guid,System ChunkId
Résultat System.Guid

IsPromotable public_oe property

public bool IsPromotable
Résultat bool

LastEpochs public_oe property

public EpochRecord[],EventStore.Core.TransactionLog.LogRecords LastEpochs
Résultat EventStore.Core.TransactionLog.LogRecords.EpochRecord[]

LogPosition public_oe property

public long LogPosition
Résultat long

MasterId public_oe property

public Guid,System MasterId
Résultat System.Guid

ReplicaEndPoint public_oe property

public IPEndPoint,System.Net ReplicaEndPoint
Résultat System.Net.IPEndPoint

SubscriptionId public_oe property

public Guid,System SubscriptionId
Résultat System.Guid