IStreamStorage<TKey>.Create(TKey) Method

Definition

Open a new Stream for writing, adding it to storage.

public:
 System::IO::Stream ^ Create(TKey key);
public System.IO.Stream Create (TKey key);
abstract member Create : 'Key -> System.IO.Stream
Public Function Create (key As TKey) As Stream

Parameters

key
TKey

Key of the new stream to be added to storage.

Returns

A new Stream for writing. It is the responsibility of the caller to dispose the Stream.

Applies to