You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <typeparam name="TCommand">A command object implementing the <see cref="ICommand"/> interface.</typeparam>
161
-
/// <param name="command">A CancellationToken object to allow for cancellation of the command.</param>
162
-
/// <param name="cancellationToken">The command to be sent.</param>
161
+
/// <param name="command">The command to be sent.</param>
162
+
/// <param name="cancellationToken">A CancellationToken object to allow for cancellation of the command.</param>
163
163
/// <param name="millisecondsTimeout">The execution timeout of the command in milliseconds.</param>
164
164
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
165
165
/// <returns>The command response object implementing the <see cref="ICommandResponse{T}"/> interface.</returns>
0 commit comments