IStreamStorageEvents<TKey> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |