AcquisitionAcquisitionBaseCut Method |
Load acquired trace data from a file.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntaxpublic virtual Task<SaveReply> Cut(
CutRequest request,
ServerCallContext context
)
Parameters
- request CutRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskSaveReplyThe response to send back to the client (wrapped by a task).
See Also