Partager via


GeneratorAdapterFactory.ExecuteCommand(Int32, Object) Méthode

Définition

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.

Implémente

S’applique à