Beispiel #1
0
 /// <summary>
 /// Changes value of variable in a callframe. Object-based scopes are not supported and must be
 /// mutated manually.
 /// </summary>
 public async Task <SetVariableValueCommandResponse> SetVariableValue(SetVariableValueCommand command, CancellationToken cancellationToken = default(CancellationToken), int?millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)
 {
     return(await m_session.SendCommand <SetVariableValueCommand, SetVariableValueCommandResponse>(command, cancellationToken, millisecondsTimeout, throwExceptionIfResponseNotReceived));
 }