C# 클래스 EventStore.Core.Messages.StorageMessage.CheckStreamAccess

상속: EventStore.Core.Messages.ClientMessage.ReadRequestMessage, IQueueAffineMessage
파일 보기 프로젝트 열기: EventStore/EventStore

공개 프로퍼티들

프로퍼티 타입 설명
AccessType StreamAccessType
EventStreamId string
TransactionId long?

공개 메소드들

메소드 설명
CheckStreamAccess ( IEnvelope envelope, System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, IPrincipal user, bool singleAffinity = false ) : System

메소드 상세

CheckStreamAccess() 공개 메소드

public CheckStreamAccess ( IEnvelope envelope, System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, IPrincipal user, bool singleAffinity = false ) : System
envelope IEnvelope
correlationId System.Guid
eventStreamId string
transactionId long
accessType StreamAccessType
user IPrincipal
singleAffinity bool
리턴 System

프로퍼티 상세

AccessType 공개적으로 프로퍼티

public StreamAccessType AccessType
리턴 StreamAccessType

EventStreamId 공개적으로 프로퍼티

public string EventStreamId
리턴 string

TransactionId 공개적으로 프로퍼티

public long? TransactionId
리턴 long?