StatusReporterTypeResolver Class

Definition

Provides an implementation of IStatusReporterTypeResolver with no external dependencies.

public class StatusReporterTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Diagnostics.IStatusReporterTypeResolver
type StatusReporterTypeResolver = class
    interface IStatusReporterTypeResolver
Public Class StatusReporterTypeResolver
Implements IStatusReporterTypeResolver
Inheritance
StatusReporterTypeResolver
Implements

Constructors

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.

Properties

IsStatusReporterPredicate

Gets the predicate used to filter types that implement IStatusReporter.

Methods

GetReporterTypes(IEnumerable<Assembly>)

Gets the set of IStatusReporter implementations.

Applies to