Method | Description | |
---|---|---|
AppendToStreamAsync ( string stream, int expectedVersion ) : Task |
||
AppendToStreamAsync ( string stream, int expectedVersion, IEnumerable |
||
AppendToStreamAsync ( string stream, int expectedVersion, EventStore.ClientAPI.SystemData.UserCredentials userCredentials ) : Task |
||
Close ( ) : void | ||
ConnectAsync ( ) : Task | ||
ConnectToPersistentSubscription ( string stream, string groupName, ResolvedEvent>.Action |
||
ConnectToPersistentSubscriptionAsync ( string stream, string groupName, ResolvedEvent>.Action |
||
ContinueTransaction ( long transactionId, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : EventStore.ClientAPI.EventStoreTransaction | ||
CreatePersistentSubscriptionAsync ( string stream, string groupName, EventStore.ClientAPI.PersistentSubscriptionSettings settings, EventStore.ClientAPI.SystemData.UserCredentials credentials ) : Task | ||
DeletePersistentSubscriptionAsync ( string stream, string groupName, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task | ||
DeleteStreamAsync ( string stream, int expectedVersion, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
DeleteStreamAsync ( string stream, int expectedVersion, bool hardDelete, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
Dispose ( ) : void | ||
GetStreamMetadataAsRawBytesAsync ( string stream, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
GetStreamMetadataAsync ( string stream, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
HandleReadAllEventsForwardAsync ( Func |
||
HandleReadStreamEventsForwardAsync ( Func |
||
HandleSubscribeToStreamAsync ( ResolvedEvent>.Func |
||
OnConnected ( EventStore.ClientAPI.ClientConnectionEventArgs e ) : void | ||
ReadAllEventsBackwardAsync ( EventStore.ClientAPI.Position position, int maxCount, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
ReadAllEventsForwardAsync ( EventStore.ClientAPI.Position position, int maxCount, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
ReadEventAsync ( string stream, int eventNumber, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
ReadStreamEventsBackwardAsync ( string stream, int start, int count, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
ReadStreamEventsForwardAsync ( string stream, int start, int count, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
SetStreamMetadataAsync ( string stream, int expectedMetastreamVersion, EventStore.ClientAPI.StreamMetadata metadata, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
SetStreamMetadataAsync ( string stream, int expectedMetastreamVersion, byte metadata, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
SetSystemSettingsAsync ( EventStore.ClientAPI.SystemSettings settings, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task | ||
StartTransactionAsync ( string stream, int expectedVersion, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
SubscribeToAllAsync ( bool resolveLinkTos, ResolvedEvent>.Action |
||
SubscribeToAllFrom ( EventStore.ClientAPI.Position lastCheckpoint, EventStore.ClientAPI.CatchUpSubscriptionSettings settings, ResolvedEvent>.Action |
||
SubscribeToAllFrom ( EventStore.ClientAPI.Position lastCheckpoint, bool resolveLinkTos, ResolvedEvent>.Action |
||
SubscribeToStreamAsync ( string stream, bool resolveLinkTos, ResolvedEvent>.Action |
||
SubscribeToStreamFrom ( string stream, int lastCheckpoint, EventStore.ClientAPI.CatchUpSubscriptionSettings settings, ResolvedEvent>.Action |
||
SubscribeToStreamFrom ( string stream, int lastCheckpoint, bool resolveLinkTos, ResolvedEvent>.Action |
||
UpdatePersistentSubscriptionAsync ( string stream, string groupName, EventStore.ClientAPI.PersistentSubscriptionSettings settings, EventStore.ClientAPI.SystemData.UserCredentials credentials ) : Task |
Method | Description | |
---|---|---|
OnAuthenticationFailed ( EventStore.ClientAPI.ClientAuthenticationFailedEventArgs e ) : void | ||
OnClosed ( EventStore.ClientAPI.ClientClosedEventArgs e ) : void | ||
OnDisconnected ( EventStore.ClientAPI.ClientConnectionEventArgs e ) : void | ||
OnErrorOccurred ( EventStore.ClientAPI.ClientErrorEventArgs e ) : void | ||
OnReconnecting ( EventStore.ClientAPI.ClientReconnectingEventArgs e ) : void |
public AppendToStreamAsync ( string stream, int expectedVersion ) : Task |
||
stream | string | |
expectedVersion | int | |
return | Task |
public AppendToStreamAsync ( string stream, int expectedVersion, IEnumerable |
||
stream | string | |
expectedVersion | int | |
events | IEnumerable |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public AppendToStreamAsync ( string stream, int expectedVersion, EventStore.ClientAPI.SystemData.UserCredentials userCredentials ) : Task |
||
stream | string | |
expectedVersion | int | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public ConnectToPersistentSubscription ( string stream, string groupName, ResolvedEvent>.Action |
||
stream | string | |
groupName | string | |
eventAppeared | ResolvedEvent>.Action | |
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
bufferSize | int | |
autoAck | bool | |
return |
public ConnectToPersistentSubscriptionAsync ( string stream, string groupName, ResolvedEvent>.Action |
||
stream | string | |
groupName | string | |
eventAppeared | ResolvedEvent>.Action | |
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
bufferSize | int | |
autoAck | bool | |
return | Task |
public ContinueTransaction ( long transactionId, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : EventStore.ClientAPI.EventStoreTransaction | ||
transactionId | long | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | EventStore.ClientAPI.EventStoreTransaction |
public CreatePersistentSubscriptionAsync ( string stream, string groupName, EventStore.ClientAPI.PersistentSubscriptionSettings settings, EventStore.ClientAPI.SystemData.UserCredentials credentials ) : Task | ||
stream | string | |
groupName | string | |
settings | EventStore.ClientAPI.PersistentSubscriptionSettings | |
credentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public DeletePersistentSubscriptionAsync ( string stream, string groupName, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task | ||
stream | string | |
groupName | string | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public DeleteStreamAsync ( string stream, int expectedVersion, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
expectedVersion | int | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public DeleteStreamAsync ( string stream, int expectedVersion, bool hardDelete, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
expectedVersion | int | |
hardDelete | bool | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public GetStreamMetadataAsRawBytesAsync ( string stream, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public GetStreamMetadataAsync ( string stream, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public HandleReadAllEventsForwardAsync ( Func |
||
callback | Func |
|
return | void |
public HandleReadStreamEventsForwardAsync ( Func |
||
callback | Func |
|
return | void |
public HandleSubscribeToStreamAsync ( ResolvedEvent>.Func |
||
callback | ResolvedEvent>.Func | |
return | void |
protected OnAuthenticationFailed ( EventStore.ClientAPI.ClientAuthenticationFailedEventArgs e ) : void | ||
e | EventStore.ClientAPI.ClientAuthenticationFailedEventArgs | |
return | void |
protected OnClosed ( EventStore.ClientAPI.ClientClosedEventArgs e ) : void | ||
e | EventStore.ClientAPI.ClientClosedEventArgs | |
return | void |
public OnConnected ( EventStore.ClientAPI.ClientConnectionEventArgs e ) : void | ||
e | EventStore.ClientAPI.ClientConnectionEventArgs | |
return | void |
protected OnDisconnected ( EventStore.ClientAPI.ClientConnectionEventArgs e ) : void | ||
e | EventStore.ClientAPI.ClientConnectionEventArgs | |
return | void |
protected OnErrorOccurred ( EventStore.ClientAPI.ClientErrorEventArgs e ) : void | ||
e | EventStore.ClientAPI.ClientErrorEventArgs | |
return | void |
protected OnReconnecting ( EventStore.ClientAPI.ClientReconnectingEventArgs e ) : void | ||
e | EventStore.ClientAPI.ClientReconnectingEventArgs | |
return | void |
public ReadAllEventsBackwardAsync ( EventStore.ClientAPI.Position position, int maxCount, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
position | EventStore.ClientAPI.Position | |
maxCount | int | |
resolveLinkTos | bool | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public ReadAllEventsForwardAsync ( EventStore.ClientAPI.Position position, int maxCount, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
position | EventStore.ClientAPI.Position | |
maxCount | int | |
resolveLinkTos | bool | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public ReadEventAsync ( string stream, int eventNumber, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
eventNumber | int | |
resolveLinkTos | bool | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public ReadStreamEventsBackwardAsync ( string stream, int start, int count, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
start | int | |
count | int | |
resolveLinkTos | bool | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public ReadStreamEventsForwardAsync ( string stream, int start, int count, bool resolveLinkTos, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
start | int | |
count | int | |
resolveLinkTos | bool | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public SetStreamMetadataAsync ( string stream, int expectedMetastreamVersion, EventStore.ClientAPI.StreamMetadata metadata, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
expectedMetastreamVersion | int | |
metadata | EventStore.ClientAPI.StreamMetadata | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public SetStreamMetadataAsync ( string stream, int expectedMetastreamVersion, byte metadata, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
expectedMetastreamVersion | int | |
metadata | byte | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public SetSystemSettingsAsync ( EventStore.ClientAPI.SystemSettings settings, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task | ||
settings | EventStore.ClientAPI.SystemSettings | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public StartTransactionAsync ( string stream, int expectedVersion, EventStore.ClientAPI.SystemData.UserCredentials userCredentials = null ) : Task |
||
stream | string | |
expectedVersion | int | |
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public SubscribeToAllAsync ( bool resolveLinkTos, ResolvedEvent>.Action |
||
resolveLinkTos | bool | |
eventAppeared | ResolvedEvent>.Action | |
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public SubscribeToAllFrom ( EventStore.ClientAPI.Position lastCheckpoint, EventStore.ClientAPI.CatchUpSubscriptionSettings settings, ResolvedEvent>.Action |
||
lastCheckpoint | EventStore.ClientAPI.Position | |
settings | EventStore.ClientAPI.CatchUpSubscriptionSettings | |
eventAppeared | ResolvedEvent>.Action | |
liveProcessingStarted | Action |
|
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | EventStore.ClientAPI.EventStoreAllCatchUpSubscription |
public SubscribeToAllFrom ( EventStore.ClientAPI.Position lastCheckpoint, bool resolveLinkTos, ResolvedEvent>.Action |
||
lastCheckpoint | EventStore.ClientAPI.Position | |
resolveLinkTos | bool | |
eventAppeared | ResolvedEvent>.Action | |
liveProcessingStarted | Action |
|
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
readBatchSize | int | |
return | EventStore.ClientAPI.EventStoreAllCatchUpSubscription |
public SubscribeToStreamAsync ( string stream, bool resolveLinkTos, ResolvedEvent>.Action |
||
stream | string | |
resolveLinkTos | bool | |
eventAppeared | ResolvedEvent>.Action | |
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |
public SubscribeToStreamFrom ( string stream, int lastCheckpoint, EventStore.ClientAPI.CatchUpSubscriptionSettings settings, ResolvedEvent>.Action |
||
stream | string | |
lastCheckpoint | int | |
settings | EventStore.ClientAPI.CatchUpSubscriptionSettings | |
eventAppeared | ResolvedEvent>.Action | |
liveProcessingStarted | Action |
|
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | EventStore.ClientAPI.EventStoreStreamCatchUpSubscription |
public SubscribeToStreamFrom ( string stream, int lastCheckpoint, bool resolveLinkTos, ResolvedEvent>.Action |
||
stream | string | |
lastCheckpoint | int | |
resolveLinkTos | bool | |
eventAppeared | ResolvedEvent>.Action | |
liveProcessingStarted | Action |
|
subscriptionDropped | Action |
|
userCredentials | EventStore.ClientAPI.SystemData.UserCredentials | |
readBatchSize | int | |
return | EventStore.ClientAPI.EventStoreStreamCatchUpSubscription |
public UpdatePersistentSubscriptionAsync ( string stream, string groupName, EventStore.ClientAPI.PersistentSubscriptionSettings settings, EventStore.ClientAPI.SystemData.UserCredentials credentials ) : Task | ||
stream | string | |
groupName | string | |
settings | EventStore.ClientAPI.PersistentSubscriptionSettings | |
credentials | EventStore.ClientAPI.SystemData.UserCredentials | |
return | Task |