C# Class EventStore.Core.Messages.StorageMessage.CheckStreamAccessCompleted

Inheritance: EventStore.Core.Messages.ClientMessage.ReadResponseMessage
Exibir arquivo Open project: EventStore/EventStore

Public Properties

Property Type Description
AccessResult EventStore.Core.Services.Storage.ReaderIndex.StreamAccess
AccessType StreamAccessType
CorrelationId System.Guid
EventStreamId string
TransactionId long?

Public Methods

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

Method Details

CheckStreamAccessCompleted() public method

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
return System

Property Details

AccessResult public_oe property

public StreamAccess,EventStore.Core.Services.Storage.ReaderIndex AccessResult
return EventStore.Core.Services.Storage.ReaderIndex.StreamAccess

AccessType public_oe property

public StreamAccessType AccessType
return StreamAccessType

CorrelationId public_oe property

public Guid,System CorrelationId
return System.Guid

EventStreamId public_oe property

public string EventStreamId
return string

TransactionId public_oe property

public long? TransactionId
return long?