Click or drag to resize

StreamingStreamingClientGetStatistics(StatisticsRequest, CallOptions) 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 StatisticsReply GetStatistics(
	StatisticsRequest request,
	CallOptions options
)

Parameters

request  StatisticsRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

StatisticsReply
The response received from the server.
See Also