C# 클래스 EventStore.Core.Messages.ReplicationMessage.SubscribeReplica

상속: EventStore.Core.Messaging.Message
파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
ChunkId System.Guid
IsPromotable bool
LastEpochs EventStore.Core.TransactionLog.LogRecords.EpochRecord[]
LogPosition long
MasterId System.Guid
ReplicaEndPoint System.Net.IPEndPoint
SubscriptionId System.Guid

공개 메소드들

메소드 설명
SubscribeReplica ( long logPosition, System.Guid chunkId, EventStore.Core.TransactionLog.LogRecords.EpochRecord lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System

메소드 상세

SubscribeReplica() 공개 메소드

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
리턴 System

프로퍼티 상세

ChunkId 공개적으로 프로퍼티

public Guid,System ChunkId
리턴 System.Guid

IsPromotable 공개적으로 프로퍼티

public bool IsPromotable
리턴 bool

LastEpochs 공개적으로 프로퍼티

public EpochRecord[],EventStore.Core.TransactionLog.LogRecords LastEpochs
리턴 EventStore.Core.TransactionLog.LogRecords.EpochRecord[]

LogPosition 공개적으로 프로퍼티

public long LogPosition
리턴 long

MasterId 공개적으로 프로퍼티

public Guid,System MasterId
리턴 System.Guid

ReplicaEndPoint 공개적으로 프로퍼티

public IPEndPoint,System.Net ReplicaEndPoint
리턴 System.Net.IPEndPoint

SubscriptionId 공개적으로 프로퍼티

public Guid,System SubscriptionId
리턴 System.Guid