AsyncRelayCommand (Clase)
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
Microsoft.TeamFoundation.MVVM.RelayCommand
Microsoft.TeamFoundation.MVVM.AsyncRelayCommand
Espacio de nombres: Microsoft.TeamFoundation.MVVM
Ensamblado: Microsoft.TeamFoundation.Controls (en Microsoft.TeamFoundation.Controls.dll)
Sintaxis
'Declaración
Public Class AsyncRelayCommand _
Inherits RelayCommand
public class AsyncRelayCommand : RelayCommand
El tipo AsyncRelayCommand expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
AsyncRelayCommand(Func<Task>, Boolean) | ||
AsyncRelayCommand(Func<Object, Task>, Predicate<Object>, Boolean) |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Dispatcher | Distribuidor asociado a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
IsExecuting | True si el comando se ejecuta en caso contrario, false. (Se hereda de RelayCommand). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddDependencySource(String, INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
AddDependencySource(String, INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CanExecute | (Se hereda de RelayCommand). | |
CheckAccess | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessBeginExecute | Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. Esto invoca un BeginInvoke en el distribuidor, no espera la acción para completar -- especificado inmediatamente. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessExecute(Action) | Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessExecute<TResult>(Func<TResult>) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
Execute | (Se hereda de RelayCommand). | |
Finalize | Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object). | |
GetDependencySourceName(INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
GetDependencySourceName(INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
GetHashCode | Actúa como función hash para un tipo concreto. (Se hereda de Object). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
RaiseCanExecuteChanged | (Se hereda de RelayCommand). | |
RaisePropertyChanged | Evento PropertyChanged de mejoras.Este método se sólo puede llamar en el subproceso asociado al distribuidor de este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
ReceiveWeakEvent | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
RemoveDependencySource(String, INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
RemoveDependencySource(String, INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged(Boolean%, Boolean, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo de System.Boolean. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged(Int32%, Int32, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo System.Int32. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged(String%, String, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo string. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged<T>(T%, T, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). | |
VerifyAccess | Se aplica al subproceso de llamada tiene acceso a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
CanExecuteChanged | Se provoca cuando cambia CanExecute. (Se hereda de RelayCommand). | |
PropertyChanged | Tiene lugar cuando cambia un valor de propiedad. (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Implementaciones explícitas de interfaces
Nombre | Descripción | |
---|---|---|
IWeakEventListener.ReceiveWeakEvent | (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.