Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Collector Class / ShouldQueueWrites Property


In This Topic
    ShouldQueueWrites Property
    In This Topic
    Whether data samples are queued and written as a single batch-write to a Historian server. Queuing data writes more efficiently utilizes network resources at a cost of latency in how promptly current data values are recorded in a server.
    Syntax
    Public Property ShouldQueueWrites As System.Boolean
    public System.bool ShouldQueueWrites {get; set;}
    public:
    property System.bool ShouldQueueWrites {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also