Property | Type | Description | |
---|---|---|---|
ChunkId | System.Guid | ||
Connection | TcpConnectionManager | ||
CorrelationId | System.Guid | ||
Envelope | IEnvelope | ||
IsPromotable | bool | ||
LastEpochs | EventStore.Core.Data.Epoch[] | ||
LogPosition | long | ||
MasterId | System.Guid | ||
ReplicaEndPoint | |||
SubscriptionId | System.Guid |
Method | Description | |
---|---|---|
ReplicaSubscriptionRequest ( System.Guid correlationId, IEnvelope envelope, TcpConnectionManager connection, long logPosition, System.Guid chunkId, EventStore.Core.Data.Epoch lastEpochs, |
public ReplicaSubscriptionRequest ( System.Guid correlationId, IEnvelope envelope, TcpConnectionManager connection, long logPosition, System.Guid chunkId, EventStore.Core.Data.Epoch lastEpochs, |
||
correlationId | System.Guid | |
envelope | IEnvelope | |
connection | TcpConnectionManager | |
logPosition | long | |
chunkId | System.Guid | |
lastEpochs | EventStore.Core.Data.Epoch | |
replicaEndPoint | ||
masterId | System.Guid | |
subscriptionId | System.Guid | |
isPromotable | bool | |
return | System |
public Epoch[],EventStore.Core.Data LastEpochs | ||
return | EventStore.Core.Data.Epoch[] |
public IPEndPoint,System.Net ReplicaEndPoint | ||
return |