Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ICollectors Interface / Delete Method
A collector name to delete.
Whether to delete associated tags.



In This Topic
    Delete Method (ICollectors)
    In This Topic
    Delete a collector from a Historian server.
    Syntax
    'Declaration
     
    Sub Delete( _
       ByVal collectorname As String, _
       ByVal deleteCollectorTags As Boolean _
    ) 
    'Usage
     
    Dim instance As ICollectors
    Dim collectorname As String
    Dim deleteCollectorTags As Boolean
     
    instance.Delete(collectorname, deleteCollectorTags)
    void Delete( 
       string collectorname,
       bool deleteCollectorTags
    )
    void Delete( 
       String^ collectorname,
       bool deleteCollectorTags
    ) 

    Parameters

    collectorname
    A collector name to delete.
    deleteCollectorTags
    Whether to delete associated 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