StatusReporterTypeResolver Constructors

Definition

Overloads

StatusReporterTypeResolver()

Initializes a new instance of the StatusReporterTypeResolver with a default filter for detecting IStatusReporter instances.

StatusReporterTypeResolver(Predicate<Type>)

Creates a new StatusReporterTypeResolver instance using a predicate to filter types that implement IStatusReporter.

StatusReporterTypeResolver()

Initializes a new instance of the StatusReporterTypeResolver with a default filter for detecting IStatusReporter instances.

public StatusReporterTypeResolver ();
Public Sub New ()

Applies to

StatusReporterTypeResolver(Predicate<Type>)

Creates a new StatusReporterTypeResolver instance using a predicate to filter types that implement IStatusReporter.

public StatusReporterTypeResolver (Predicate<Type> predicate);
new Microsoft.WindowsAzure.Mobile.Service.Diagnostics.StatusReporterTypeResolver : Predicate<Type> -> Microsoft.WindowsAzure.Mobile.Service.Diagnostics.StatusReporterTypeResolver
Public Sub New (predicate As Predicate(Of Type))

Parameters

predicate
Predicate<Type>

The predicate.

Applies to