Click or drag to resize

StreamingStreamingBaseGetStatistics Method

Gets the streaming statistics during or after acquisition.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual Task<StatisticsReply> GetStatistics(
	StatisticsRequest request,
	ServerCallContext context
)

Parameters

request  StatisticsRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskStatisticsReply
The response to send back to the client (wrapped by a task).
See Also