Click or drag to resize

StreamingBindService(StreamingStreamingBase) Method

Creates service definition that can be registered with a server

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public static ServerServiceDefinition BindService(
	StreamingStreamingBase serviceImpl
)

Parameters

serviceImpl  StreamingStreamingBase
An object implementing the server-side handling logic.

Return Value

ServerServiceDefinition

[Missing <returns> documentation for "M:RAYLASE.PDA.API.Streaming.BindService(RAYLASE.PDA.API.Streaming.StreamingBase)"]

See Also