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

Inheritance: EventStore.Core.Messaging.Message
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property 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

Public Methods

Method 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 method

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
return System

Property Details

ChunkId public_oe property

public Guid,System ChunkId
return System.Guid

IsPromotable public_oe property

public bool IsPromotable
return bool

LastEpochs public_oe property

public EpochRecord[],EventStore.Core.TransactionLog.LogRecords LastEpochs
return EventStore.Core.TransactionLog.LogRecords.EpochRecord[]

LogPosition public_oe property

public long LogPosition
return long

MasterId public_oe property

public Guid,System MasterId
return System.Guid

ReplicaEndPoint public_oe property

public IPEndPoint,System.Net ReplicaEndPoint
return System.Net.IPEndPoint

SubscriptionId public_oe property

public Guid,System SubscriptionId
return System.Guid