StatusReporterTypeResolver.IsStatusReporterPredicate Property

 

Gets the predicate used to filter types that implement IStatusReporter.

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

protected Predicate<Type> IsStatusReporterPredicate { get; }

Property Value

Type: System.Predicate<Type>
Return to top
Show: