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



Represents the WCF Service contract for the Store service.

Syntax

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

Remarks

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

Requirements

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

See Also