IStatusReporterTypeResolver.GetReporterTypes Method (IEnumerable(Of Assembly))
Gets the set of IStatusReporter implementations.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Function GetReporterTypes ( assemblies As IEnumerable(Of Assembly) ) As ICollection(Of Type)
Parameters
- assemblies
-
Type:
System.Collections.Generic.IEnumerable(Of Assembly)
The set of Assembly instances to search.
Return Value
Type: System.Collections.Generic.ICollection(Of Type)A ICollection(Of T) of handler types.
Show: