Click or drag to resize

AcquisitionAcquisitionClientSaveAsync(SaveRequest, CallOptions) Method

Save the acquired trace data.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual AsyncUnaryCall<SaveReply> SaveAsync(
	SaveRequest request,
	CallOptions options
)

Parameters

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

Return Value

AsyncUnaryCallSaveReply
The call object.
See Also