IStreamStorageEvents<TKey> Interface

Definition

An interface that defines events to notify of changes to streams in an IStreamStorage. If a class that implements can support change notifications, it should also implement IStreamStorageEvents.

generic <typename TKey>
public interface class IStreamStorageEvents
public interface class IStreamStorageEvents
template <typename TKey>
__interface IStreamStorageEvents
public interface IStreamStorageEvents<TKey>
type IStreamStorageEvents<'Key> = interface
Public Interface IStreamStorageEvents(Of TKey)

Type Parameters

TKey

Type of the key that identifies a Stream in storage.

Derived

Properties

EnableRaisingEvents

Controls whether events are raised when changes occur in the storage

Events

StreamChanged

Raised when a stream is changed

StreamCreated

Raised when a stream is created

StreamDeleted

Raised when a stream is deleted

Applies to