Click or drag to resize

AcquisitionAcquisitionClientExport(ExportRequest, CallOptions) Method

Export the acquired data.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual ExportReply Export(
	ExportRequest request,
	CallOptions options
)

Parameters

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

Return Value

ExportReply
The response received from the server.
See Also