GeneratorAdapterFactory.ExecuteCommand(Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fonction permettant d’exécuter une commande de contrôle.
public System.Threading.Tasks.Task<object> ExecuteCommand (int command, object arg);
abstract member ExecuteCommand : int * obj -> System.Threading.Tasks.Task<obj>
override this.ExecuteCommand : int * obj -> System.Threading.Tasks.Task<obj>
Public Function ExecuteCommand (command As Integer, arg As Object) As Task(Of Object)
Paramètres
- command
- Int32
Numéro de série de la commande.
- arg
- Object
Argument de commande opaque
Retours
Valeur retournée par le gestionnaire de commandes.