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

Inheritance: EventStore.Core.Messages.ClientMessage.ReadRequestMessage, IQueueAffineMessage
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
AccessType StreamAccessType
EventStreamId string
TransactionId long?

Public Methods

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

Method Details

CheckStreamAccess() public method

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

Property Details

AccessType public_oe property

public StreamAccessType AccessType
return StreamAccessType

EventStreamId public_oe property

public string EventStreamId
return string

TransactionId public_oe property

public long? TransactionId
return long?