[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.ExceptionHandling
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

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.

Implements

IServiceBehavior..::..Validate(ServiceDescription, ServiceHostBase)

See Also