IStreamStorageKeyFactory<T>.CreateKey(String) Method

Definition

Creates the key for the s

public:
 T CreateKey(System::String ^ streamName);
public:
 T CreateKey(Platform::String ^ streamName);
T CreateKey(std::wstring const & streamName);
public T CreateKey (string streamName);
abstract member CreateKey : string -> 'T
Public Function CreateKey (streamName As String) As T

Parameters

streamName
String

The name of the stream

Returns

T

The type.

Applies to