ClientHealthActivity.CreateProviderHosts Method ()
Returns a non-empty list of ProviderHost objects.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public override IList<ProviderHost> CreateProviderHosts()
public:
virtual IList<ProviderHost^>^ CreateProviderHosts() override
Public Overrides Function CreateProviderHosts As IList(Of ProviderHost)
Return Value
Type: System.Collections.Generic.IList<ProviderHost>
A list of provider host objects.
See Also
ClientHealthActivity Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top