Represents the WCF service contract for the raster service.
Syntax
Visual Basic (Declaration) | |
---|
<ServiceContractAttribute(Name="IRasterService", Namespace="http://Leadtools.Services.Raster.ServiceContracts/2009/01")>
Public Interface IRasterService |
C# | |
---|
[ServiceContractAttribute(Name="IRasterService", Namespace="http://Leadtools.Services.Raster.ServiceContracts/2009/01")]
public interface IRasterService |
C++/CLI | |
---|
[ServiceContractAttribute(Name="IRasterService", Namespace="http://Leadtools.Services.Raster.ServiceContracts/2009/01")]
public interface class IRasterService |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also