PolicyEvaluationResultsWriter Class

Definition

Writes evaluation histories into a single rooted xml document with a root element named PolicyEvaluationResults.

public sealed class PolicyEvaluationResultsWriter : IDisposable
type PolicyEvaluationResultsWriter = class
    interface IDisposable
Public NotInheritable Class PolicyEvaluationResultsWriter
Implements IDisposable
Inheritance
PolicyEvaluationResultsWriter
Implements

Constructors

PolicyEvaluationResultsWriter(XmlWriter)

A PolicyEvaluationResultsWriter writes evaluation histories into a single rooted xml document with the root element PolicyEvaluationResults. Add histories to the xml by calling the WriteEvaluationHistory method. Close the root element and document by calling Dispose().

Methods

Dispose()

End the document and release the reference to the xmlWriter

GetXmlWriterSettings()

The settings an XmlWriter can use to create an aggregate evaluation history

WriteEvaluationHistory(EvaluationHistory)

Write an EvaluationHistory to the writer stream

Applies to