WebApplicationServiceAdapterTService Class |
An Adapter that enables usage of IceNetService implementations in web applications
directly, without generated code from the Service builder.
Inheritance HierarchySystemObject PDTec.IceNet.Web.ServiceWebApplicationServiceAdapterTService
Namespace:
PDTec.IceNet.Web.Service
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic static class WebApplicationServiceAdapter<TService>
where TService : new(), Object
Type Parameters
- TService
- The service implementation.
The WebApplicationServiceAdapterTService type exposes the following members.
Properties
Examplesr0 = WebApplicationServiceAdapter<MyService>.Instance.MyMethod(p1, p2);
See Also