IStatusReporterTypeResolver Interface

 

The IStatusReporter provides an abstraction for reporting status through the DiagnosticsController. The IStatusReporterTypeResolver provides an abstraction for enumerating and providing the IStatusReporter implementations that should participate in this process.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public interface IStatusReporterTypeResolver
public interface class IStatusReporterTypeResolver
type IStatusReporterTypeResolver = interface end
Public Interface IStatusReporterTypeResolver

Methods

Name Description
System_CAPS_pubmethod GetReporterTypes(IEnumerable<Assembly>)

Gets the set of IStatusReporter implementations.

See Also

Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top