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

Inheritance: EventStore.Core.Messages.ClientMessage.ReadResponseMessage
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
AccessResult EventStore.Core.Services.Storage.ReaderIndex.StreamAccess
AccessType StreamAccessType
CorrelationId System.Guid
EventStreamId string
TransactionId long?

Méthodes publiques

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

Method Details

CheckStreamAccessCompleted() public méthode

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
Résultat System

Property Details

AccessResult public_oe property

public StreamAccess,EventStore.Core.Services.Storage.ReaderIndex AccessResult
Résultat EventStore.Core.Services.Storage.ReaderIndex.StreamAccess

AccessType public_oe property

public StreamAccessType AccessType
Résultat StreamAccessType

CorrelationId public_oe property

public Guid,System CorrelationId
Résultat System.Guid

EventStreamId public_oe property

public string EventStreamId
Résultat string

TransactionId public_oe property

public long? TransactionId
Résultat long?