'Declaration Public Sub OnCollectorChanged( _ ByVal changetype As ChangeType, _ ByVal collectors As List(Of Collector) _ )
'Usage Dim instance As ServerConnection Dim changetype As ChangeType Dim collectors As List(Of Collector) instance.OnCollectorChanged(changetype, collectors)
public void OnCollectorChanged( ChangeType changetype, List<Collector> collectors )
public: void OnCollectorChanged( ChangeType changetype, List<Collector^>^ collectors )
Parameters
- changetype
- The type of collector change.
- collectors
- The list of impacted collectors.