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.138 -- Release Build+96875833d2894fd2d83b642a724995fed7d1f0b1
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