ProbeHashSet

Namespace: WellFired.Profile

Implements: WellFired.Profile.Probes.IProbeCollection

Description

Public Properties

int ProbeCount

Public Methods

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

Breakdown

  • int ProbeCount
  • 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