[This is preliminary documentation and is subject to change.]
Provides the ability to inspect the service host and the service description to confirm that the service can run successfully.
Namespace: QPulseWebServices.Core.ExceptionHandlingAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.5950.196
Syntax
| C# |
|---|
public void Validate( ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) |
Parameters
- serviceDescription
- Type: System.ServiceModel.Description..::..ServiceDescription
The service description.
- serviceHostBase
- Type: System.ServiceModel..::..ServiceHostBase
The service host that is currently being constructed.