StatusReporterTypeResolver Class

 

Provides an implementation of IStatusReporterTypeResolver with no external dependencies.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Diagnostics.StatusReporterTypeResolver

Public Class StatusReporterTypeResolver
	Implements IStatusReporterTypeResolver

NameDescription
System_CAPS_pubmethodStatusReporterTypeResolver()

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

System_CAPS_pubmethodStatusReporterTypeResolver(Predicate(Of Type))

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

NameDescription
System_CAPS_protpropertyIsStatusReporterPredicate

Gets the predicate used to filter types that implement IStatusReporter.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetReporterTypes(IEnumerable(Of Assembly))

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: