Click or drag to resize
WebApplicationServiceAdapterTService Class
An Adapter that enables usage of IceNetService implementations in web applications directly, without generated code from the Service builder.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Web.ServiceWebApplicationServiceAdapterTService

Namespace: PDTec.IceNet.Web.Service
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static class WebApplicationServiceAdapter<TService>
where TService : new(), IceNetService

Type Parameters

TService
The service implementation.

The WebApplicationServiceAdapterTService type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Top
Examples
r0 = WebApplicationServiceAdapter<MyService>.Instance.MyMethod(p1, p2);
See Also