LogicalWriterWriteAsync(ContainerRecord) Method

Writes the given container record to the file stream.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.147 -- Release Build+93be339855407883acd397814ca9689e50b59737
public Task WriteAsync(
	ContainerRecord containerRecord
)

Parameters

containerRecord  ContainerRecord
The container record to be written to the PQDIF file.

Return Value

Task

[Missing <returns> documentation for "M:Gemstone.PQDIF.Logical.LogicalWriter.WriteAsync(Gemstone.PQDIF.Logical.ContainerRecord)"]

Exceptions

ArgumentNullExceptioncontainerRecord is null.
ObjectDisposedExceptionThe writer was disposed.
InvalidOperationExceptionAttempt was made to write multiple container records to the file.
InvalidDataExceptionThe PQDIF data is invalid.
NotSupportedException

Attempt is made to use TotalFile.

- OR -

Attempt is made to use PKZIP.

See Also