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

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

공개 프로퍼티들

프로퍼티 타입 설명
ChunkId System.Guid
Connection TcpConnectionManager
CorrelationId System.Guid
Envelope IEnvelope
IsPromotable bool
LastEpochs EventStore.Core.Data.Epoch[]
LogPosition long
MasterId System.Guid
ReplicaEndPoint System.Net.IPEndPoint
SubscriptionId System.Guid

공개 메소드들

메소드 설명
ReplicaSubscriptionRequest ( System.Guid correlationId, IEnvelope envelope, TcpConnectionManager connection, long logPosition, System.Guid chunkId, EventStore.Core.Data.Epoch lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System

메소드 상세

ReplicaSubscriptionRequest() 공개 메소드

public ReplicaSubscriptionRequest ( System.Guid correlationId, IEnvelope envelope, TcpConnectionManager connection, long logPosition, System.Guid chunkId, EventStore.Core.Data.Epoch lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System
correlationId System.Guid
envelope IEnvelope
connection TcpConnectionManager
logPosition long
chunkId System.Guid
lastEpochs EventStore.Core.Data.Epoch
replicaEndPoint System.Net.IPEndPoint
masterId System.Guid
subscriptionId System.Guid
isPromotable bool
리턴 System

프로퍼티 상세

ChunkId 공개적으로 프로퍼티

public Guid,System ChunkId
리턴 System.Guid

Connection 공개적으로 프로퍼티

public TcpConnectionManager Connection
리턴 TcpConnectionManager

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

Envelope 공개적으로 프로퍼티

public IEnvelope Envelope
리턴 IEnvelope

IsPromotable 공개적으로 프로퍼티

public bool IsPromotable
리턴 bool

LastEpochs 공개적으로 프로퍼티

public Epoch[],EventStore.Core.Data LastEpochs
리턴 EventStore.Core.Data.Epoch[]

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