Language

ILSSerializerExtensions.WriteToURIAsync(ILSSerializer, INode, String) Method

Definition

Asynchronously serializes a DOM node to a URI.

public static System.Threading.Tasks.Task<bool> WriteToURIAsync(this Org.W3c.Dom.LS.ILSSerializer self, Org.W3c.Dom.INode? nodeArg, string? uri);
static member WriteToURIAsync : Org.W3c.Dom.LS.ILSSerializer * Org.W3c.Dom.INode * string -> System.Threading.Tasks.Task<bool>

Parameters

self
ILSSerializer

The serializer to use.

nodeArg
INode

The node to serialize.

uri
String

The URI to which to write the serialized XML.

Returns

A task that represents the serialization operation and yields whether serialization succeeded.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to