StatusReporterTypeResolver Constructor (Predicate<Type^>^)

 

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

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

public:
StatusReporterTypeResolver(
	Predicate<Type^>^ predicate
)

Parameters

predicate
Type: System::Predicate<Type^>^

The predicate.

Return to top
Show: