Property | Type | Description | |
---|---|---|---|
AccessResult | EventStore.Core.Services.Storage.ReaderIndex.StreamAccess | ||
AccessType | StreamAccessType | ||
CorrelationId | System.Guid | ||
EventStreamId | string | ||
TransactionId | long? |
Method | Description | |
---|---|---|
CheckStreamAccessCompleted ( System.Guid correlationId, string eventStreamId, long transactionId, StreamAccessType accessType, EventStore.Core.Services.Storage.ReaderIndex.StreamAccess accessResult ) : System |
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 |
public StreamAccess,EventStore.Core.Services.Storage.ReaderIndex AccessResult | ||
return | EventStore.Core.Services.Storage.ReaderIndex.StreamAccess |