Partager via


IControllable.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>
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.

S’applique à