Class UniversalNcService
- Namespace
- numerical
- Assembly
- HiGeom.dll
public static class UniversalNcService
- Inheritance
-
UniversalNcService
- Inherited Members
Properties
Descriptor
Service descriptor
public static ServiceDescriptor Descriptor { get; }
Property Value
- ServiceDescriptor
Methods
BindService(ServiceBinderBase, UniversalNcServiceBase)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
public static void BindService(ServiceBinderBase serviceBinder, UniversalNcService.UniversalNcServiceBase serviceImpl)
Parameters
serviceBinderServiceBinderBaseService methods will be bound by calling
AddMethodon this object.serviceImplUniversalNcService.UniversalNcServiceBaseAn object implementing the server-side handling logic.
BindService(UniversalNcServiceBase)
Creates service definition that can be registered with a server
public static ServerServiceDefinition BindService(UniversalNcService.UniversalNcServiceBase serviceImpl)
Parameters
serviceImplUniversalNcService.UniversalNcServiceBaseAn object implementing the server-side handling logic.