Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / PublishGetTagPropertiesHandler Delegate
Whether this is the final response.
Overall operation status.
A list of published tags.


In This Topic
    PublishGetTagPropertiesHandler Delegate
    In This Topic
    A delegate invoked for responses to retrieving a list of published tags.
    Syntax
    Public Delegate Sub PublishGetTagPropertiesHandler( _
       ByVal final As System.Boolean, _
       ByVal status As Status, _
       ByVal tags As System.Collections.Generic.List(Of Tag) _
    ) 
    public delegate void PublishGetTagPropertiesHandler( 
       System.bool final,
       Status status,
       System.Collections.Generic.List<Tag> tags
    )
    public delegate void PublishGetTagPropertiesHandler( 
       System.bool final,
       Status status,
       System.Collections.Generic.List<Tag^>^ tags
    )

    Parameters

    final
    Whether this is the final response.
    status
    Overall operation status.
    tags
    A list of published tags.
    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