StreamingStreamingClientTriggerTraceSaveAsync(TriggerTraceSaveRequest, Metadata, NullableDateTime, CancellationToken) Method |
Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual AsyncUnaryCall<TriggerTraceSaveReply> TriggerTraceSaveAsync(
TriggerTraceSaveRequest request,
Metadata headers = null,
DateTime? deadline = null,
CancellationToken cancellationToken = default
)
Parameters
- request TriggerTraceSaveRequest
- The request to send to the server.
- headers Metadata (Optional)
- The initial metadata to send with the call. This parameter is optional.
- deadline NullableDateTime (Optional)
- An optional deadline for the call. The call will be cancelled if deadline is hit.
- cancellationToken CancellationToken (Optional)
- An optional token for canceling the call.
Return Value
AsyncUnaryCallTriggerTraceSaveReplyThe call object.
See Also