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

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

공개 프로퍼티들

프로퍼티 타입 설명
MasterId System.Guid
StateCorrelationId System.Guid
SubscriptionId System.Guid

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SubscribeToMaster ( System.Guid stateCorrelationId, System.Guid masterId, System.Guid subscriptionId ) : System

메소드 상세

SubscribeToMaster() 공개 메소드

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

프로퍼티 상세

MasterId 공개적으로 프로퍼티

public Guid,System MasterId
리턴 System.Guid

StateCorrelationId 공개적으로 프로퍼티

public Guid,System StateCorrelationId
리턴 System.Guid

SubscriptionId 공개적으로 프로퍼티

public Guid,System SubscriptionId
리턴 System.Guid