Compartir a través de


GeneratorAdapterFactory.ExecuteCommand(Int32, Object) Método

Definición

Función para ejecutar un comando de control.

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)

Parámetros

command
Int32

Número de serie del comando.

arg
Object

Argumento de comando opaco

Devoluciones

Valor devuelto por el controlador de comandos.

Implementaciones

Se aplica a