Class ClStripService
milling process service based on dictionary data type.
public static class ClStripService
- Inheritance
-
ClStripService
- Inherited Members
Properties
Descriptor
Service descriptor
public static ServiceDescriptor Descriptor { get; }
Property Value
- ServiceDescriptor
Methods
BindService(ServiceBinderBase, ClStripServiceBase)
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, ClStripService.ClStripServiceBase serviceImpl)
Parameters
serviceBinder
ServiceBinderBaseService methods will be bound by calling
AddMethod
on this object.serviceImpl
ClStripService.ClStripServiceBaseAn object implementing the server-side handling logic.
BindService(ClStripServiceBase)
Creates service definition that can be registered with a server
public static ServerServiceDefinition BindService(ClStripService.ClStripServiceBase serviceImpl)
Parameters
serviceImpl
ClStripService.ClStripServiceBaseAn object implementing the server-side handling logic.