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
    Sub Delete( _
       ByVal collectorname As System.String, _
       ByVal deleteCollectorTags As System.Boolean _
    ) 
    void Delete( 
       System.string collectorname,
       System.bool deleteCollectorTags
    )
    void Delete( 
       System.String^ collectorname,
       System.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