Click or drag to resize

AcquisitionAcquisitionClientSaveAsync(String) Method

Asynchronously save all 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 Task SaveAsync(
	string savePath
)

Parameters

savePath  String
Path from service to save the acquired trace data to.

Return Value

Task

[Missing <returns> documentation for "M:RAYLASE.PDA.API.Acquisition.AcquisitionClient.SaveAsync(System.String)"]

See Also