SerializerWriter.WriteAsync Method (FixedDocument, Object)
When overridden in a derived class, asynchronously writes a given FixedDocument to the serialization Stream.
Namespace: System.Windows.Documents.Serialization
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- fixedDocument
- Type: System.Windows.Documents.FixedDocument
The document to write to the serialization Stream.
- userState
- Type: System.Object
A caller-specified object to identify the asynchronous write operation.
userState is passed to the WritingCompletedEventHandler when the WritingCompleted event occurs.
The output Stream of the write operation is normally specified as a parameter to the constructor of the derived class that implements SerializerWriter.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.