<?xml version="1.0"?>
<doc>
    <assembly>
        <name>ArchivistAdapters</name>
    </assembly>
    <members>
        <member name="T:ArchivistAdapters.ArchivistOutputAdapter">
            <summary>
            Represents an output adapter that writes measurements to a CSV file.
            </summary>
        </member>
        <member name="M:ArchivistAdapters.ArchivistOutputAdapter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/> class.
            </summary>
        </member>
        <member name="P:ArchivistAdapters.ArchivistOutputAdapter.Host">
            <summary>
            Gets or sets the host address
            </summary>
        </member>
        <member name="P:ArchivistAdapters.ArchivistOutputAdapter.Port">
            <summary>
            Gets or sets the host address
            </summary>
        </member>
        <member name="P:ArchivistAdapters.ArchivistOutputAdapter.OutputIsForArchive">
            <summary>
            Returns a flag that determines if measurements sent to this
            <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/> are destined for archival.
            </summary>
        </member>
        <member name="P:ArchivistAdapters.ArchivistOutputAdapter.UseAsyncConnect">
            <summary>
            Gets a flag that determines if this <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/>
            uses an asynchronous connection.
            </summary>
        </member>
        <member name="P:ArchivistAdapters.ArchivistOutputAdapter.Status">
            <summary>
            Returns the detailed status of this <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/>.
            </summary>
        </member>
        <member name="M:ArchivistAdapters.ArchivistOutputAdapter.Initialize">
            <summary>
            Initializes this <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/>.
            </summary>
        </member>
        <member name="M:ArchivistAdapters.ArchivistOutputAdapter.AttemptConnection">
            <summary>
            Attempts to connect to this <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/>.
            </summary>
        </member>
        <member name="M:ArchivistAdapters.ArchivistOutputAdapter.AttemptDisconnection">
            <summary>
            Attempts to disconnect from this <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/>.
            </summary>
        </member>
        <member name="M:ArchivistAdapters.ArchivistOutputAdapter.ProcessMeasurements(GSF.TimeSeries.IMeasurement[])">
            <summary>
            Archives <paramref name="measurements"/> to remote archivist instance.
            </summary>
            <param name="measurements">Measurements to be archived.</param>
        </member>
        <member name="M:ArchivistAdapters.ArchivistOutputAdapter.GetShortStatus(System.Int32)">
            <summary>
            Gets a short one-line status of this <see cref="T:ArchivistAdapters.ArchivistOutputAdapter"/>.
            </summary>
            <param name="maxLength">Maximum length of the status message.</param>
            <returns>Text of the status message.</returns>
        </member>
    </members>
</doc>
