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

Inheritance: EventStore.Core.Messaging.Message, IReplicationMessage
Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
MasterId System.Guid
StateCorrelationId System.Guid
SubscriptionId System.Guid

Private Properties

Property Type Description

Public Methods

Method Description
SubscribeToMaster ( System.Guid stateCorrelationId, System.Guid masterId, System.Guid subscriptionId ) : System

Method Details

SubscribeToMaster() public method

public SubscribeToMaster ( System.Guid stateCorrelationId, System.Guid masterId, System.Guid subscriptionId ) : System
stateCorrelationId System.Guid
masterId System.Guid
subscriptionId System.Guid
return System

Property Details

MasterId public property

public Guid,System MasterId
return System.Guid

StateCorrelationId public property

public Guid,System StateCorrelationId
return System.Guid

SubscriptionId public property

public Guid,System SubscriptionId
return System.Guid