SessionStateProviderBaseContentReaderWriter.Write(IList) Method

Definition

Writes content to the item.

public:
 virtual System::Collections::IList ^ Write(System::Collections::IList ^ content);
public System.Collections.IList Write (System.Collections.IList content);
abstract member Write : System.Collections.IList -> System.Collections.IList
override this.Write : System.Collections.IList -> System.Collections.IList
Public Function Write (content As IList) As IList

Parameters

content
IList

An array of content "blocks" to be written to the item.

Returns

The blocks of content that were successfully written to the item.

Implements

Remarks

A "block" of content is provider specific. For the file system a "block" may be considered a byte, a character, or delimited string.

Applies to