StatusReporterTypeResolver Class
Provides an implementation of IStatusReporterTypeResolver with no external dependencies.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | IsStatusReporterPredicate | Gets the predicate used to filter types that implement IStatusReporter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetReporterTypes(IEnumerable<Assembly>) | |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


