Click or drag to resize

Streaming Class

The service handles PDA signal streaming.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIStreaming

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

The Streaming type exposes the following members.

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