System.Diagnostics.SampleActivity<T>
A delegate that defines the signature of the ActivityListener callbacks used in the sampling process.
namespace System.Diagnostics
{
public delegate ActivitySamplingResult SampleActivity<[Nullable(2)] T> (ref ActivityCreationOptions<T> options);
}