Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / PagedQuery Class
Members



In This Topic
    PagedQuery Class
    In This Topic
    Abstract base class for queries capable of returning large result sets over several smaller responses.
    Syntax
    'Declaration
     
    Public MustInherit Class PagedQuery 
       Inherits Proficy.Historian.ClientAccess.API.Internal.PagedOperationInfo
    'Usage
     
    Dim instance As PagedQuery
    public abstract class PagedQuery : Proficy.Historian.ClientAccess.API.Internal.PagedOperationInfo 
    public ref class PagedQuery abstract : public Proficy.Historian.ClientAccess.API.Internal.PagedOperationInfo 
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also