'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.