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
/// <param name="canExecute">The execution status logic.</param>
150
-
/// <param name="allowConcurrentExecutions">Whether or not to allow concurrent executions of the command.</param>
150
+
/// <param name="options">The options to use to configure the async command.</param>
151
151
/// <exception cref="System.ArgumentNullException">Thrown if <paramref name="execute"/> or <paramref name="canExecute"/> are <see langword="null"/>.</exception>
/// <param name="canExecute">The execution status logic.</param>
182
-
/// <param name="allowConcurrentExecutions">Whether or not to allow concurrent executions of the command.</param>
182
+
/// <param name="options">The options to use to configure the async command.</param>
183
183
/// <exception cref="System.ArgumentNullException">Thrown if <paramref name="cancelableExecute"/> or <paramref name="canExecute"/> are <see langword="null"/>.</exception>
/// <param name="canExecute">The execution status logic.</param>
131
-
/// <param name="allowConcurrentExecutions">Whether or not to allow concurrent executions of the command.</param>
131
+
/// <param name="options">The options to use to configure the async command.</param>
132
132
/// <remarks>See notes in <see cref="RelayCommand{T}(Action{T})"/>.</remarks>
133
133
/// <exception cref="System.ArgumentNullException">Thrown if <paramref name="execute"/> or <paramref name="canExecute"/> are <see langword="null"/>.</exception>
/// <param name="canExecute">The execution status logic.</param>
165
-
/// <param name="allowConcurrentExecutions">Whether or not to allow concurrent executions of the command.</param>
165
+
/// <param name="options">The options to use to configure the async command.</param>
166
166
/// <remarks>See notes in <see cref="RelayCommand{T}(Action{T})"/>.</remarks>
167
167
/// <exception cref="System.ArgumentNullException">Thrown if <paramref name="cancelableExecute"/> or <paramref name="canExecute"/> are <see langword="null"/>.</exception>
0 commit comments