AcquisitionAcquisitionClientSaveAsync(String) Method |
Asynchronously save all acquired trace data.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax 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