Leadtools.Dicom.WCF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
IManageService Interface
See Also  Members  
Leadtools.Dicom.WCF Namespace : IManageService Interface



Represents the WCF Service contract for the Manage service.

Syntax

Visual Basic (Declaration) 
<ServiceContractAttribute()>
Public Interface IManageService 
Visual Basic (Usage)Copy Code
Dim instance As IManageService
C# 
[ServiceContractAttribute()]
public interface IManageService 
C++/CLI 
[ServiceContractAttribute()]
public interface class IManageService 

Remarks

The DICOMService implements this contract interface to expose the Manage service functions.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also