IProbeCollection

Namespace: WellFired.Profile

Description

A probe collection is a collection of probes.

Properties

int ProbeCount { get; set; }

Public Methods

bool AddProbe ( IProbe probe )
bool RemoveProbe ( IProbe probe )

Breakdown

  • int ProbeCount { get; set; }

    Description

    How many probes are in this collection.

  • bool AddProbe ( IProbe probe )

    Description

    Adds a new probe to the IProbeCollection

    Parameters

    probe The probe to add
  • bool RemoveProbe ( IProbe probe )

    Description

    Removes a passed probe from the IProbeCollection

    Parameters

    probe The probe to remove