Public Sub OnCollectorChanged( _ ByVal changetype As ChangeType, _ ByVal collectors As System.Collections.Generic.List(Of Collector) _ )
public void OnCollectorChanged( ChangeType changetype, System.Collections.Generic.List<Collector> collectors )
public: void OnCollectorChanged( ChangeType changetype, System.Collections.Generic.List<Collector^>^ collectors )
Parameters
- changetype
- The type of collector change.
- collectors
- The list of impacted collectors.