Click or drag to resize

Configuration Class

This service handles the PDA and card configurations.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIConfiguration

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public static class Configuration

The Configuration type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDescriptorService descriptor
Top
Methods
 NameDescription
Public methodStatic memberBindService(ConfigurationConfigurationBase)Creates service definition that can be registered with a server
Public methodStatic memberBindService(ServiceBinderBase, ConfigurationConfigurationBase)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.
Top
See Also