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

Inheritance: EventStore.Core.Messages.ClientMessage.ReadRequestMessage, IQueueAffineMessage
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
AccessType StreamAccessType
EventStreamId string
TransactionId long?

Méthodes publiques

Méthode Description
CheckStreamAccess ( IEnvelope envelope, System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, IPrincipal user, bool singleAffinity = false ) : System

Method Details

CheckStreamAccess() public méthode

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

Property Details

AccessType public_oe property

public StreamAccessType AccessType
Résultat StreamAccessType

EventStreamId public_oe property

public string EventStreamId
Résultat string

TransactionId public_oe property

public long? TransactionId
Résultat long?