IStreamStorageKeyFactory<T> Interface

Definition

Interface for an IStreamStorage key object factory that takes as parameter a stream name.

generic <typename T>
public interface class IStreamStorageKeyFactory
public interface class IStreamStorageKeyFactory
template <typename T>
__interface IStreamStorageKeyFactory
public interface IStreamStorageKeyFactory<T>
type IStreamStorageKeyFactory<'T> = interface
Public Interface IStreamStorageKeyFactory(Of T)

Type Parameters

T

The type.

Methods

CreateKey(String)

Creates the key for the s

Applies to