←Select platform

Validate Method

Summary

Provides the ability to inspect the service host and the service description to confirm that the service can run successfully.

Syntax

C#
VB
C++
public void Validate( 
   ServiceDescription serviceDescription, 
   ServiceHostBase serviceHostBase 
) 
  
Public Sub Validate( _ 
   ByVal serviceDescription As ServiceDescription, _ 
   ByVal serviceHostBase As ServiceHostBase _ 
)  
public: 
void Validate(  
   ServiceDescription^ serviceDescription, 
   ServiceHostBase^ serviceHostBase 
)  

Parameters

serviceDescription
The service description.

serviceHostBase
The service host that is currently being constructed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly