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: 7.2.0.0 (7.2.7583.15464)
Syntax public static class WebApplicationServiceAdapter<TService>
where TService : new(), Object
Type Parameters
- TService
- The service implementation.
The WebApplicationServiceAdapterTService type exposes the following members.
Properties Examples r0 = WebApplicationServiceAdapter<MyService>.Instance.MyMethod(p1, p2);
See Also