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

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

공개 프로퍼티들

프로퍼티 타입 설명
AccessResult EventStore.Core.Services.Storage.ReaderIndex.StreamAccess
AccessType StreamAccessType
CorrelationId System.Guid
EventStreamId string
TransactionId long?

공개 메소드들

메소드 설명
CheckStreamAccessCompleted ( System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, EventStore.Core.Services.Storage.ReaderIndex.StreamAccess accessResult ) : System

메소드 상세

CheckStreamAccessCompleted() 공개 메소드

public CheckStreamAccessCompleted ( System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, EventStore.Core.Services.Storage.ReaderIndex.StreamAccess accessResult ) : System
correlationId System.Guid
eventStreamId string
transactionId long
accessType StreamAccessType
accessResult EventStore.Core.Services.Storage.ReaderIndex.StreamAccess
리턴 System

프로퍼티 상세

AccessResult 공개적으로 프로퍼티

public StreamAccess,EventStore.Core.Services.Storage.ReaderIndex AccessResult
리턴 EventStore.Core.Services.Storage.ReaderIndex.StreamAccess

AccessType 공개적으로 프로퍼티

public StreamAccessType AccessType
리턴 StreamAccessType

CorrelationId 공개적으로 프로퍼티

public Guid,System CorrelationId
리턴 System.Guid

EventStreamId 공개적으로 프로퍼티

public string EventStreamId
리턴 string

TransactionId 공개적으로 프로퍼티

public long? TransactionId
리턴 long?