  | HealthServiceCreate Method  | 
  
    Namespace: 
   Dynamicweb.Diagnostics.Health
    Assembly:
   Dynamicweb.Diagnostics (in Dynamicweb.Diagnostics.dll) Version: 4.0.2
Syntaxpublic static HealthProviderBase Create(
	Type healthProviderType
)
Public Shared Function Create ( 
	healthProviderType As Type
) As HealthProviderBase
Parameters
- healthProviderType
 - Type: SystemType
 
Return Value
Type: 
HealthProviderBase
See Also