Condividi tramite


GeneratorAdapterFactory.ExecuteCommand(Int32, Object) Metodo

Definizione

Funzione per eseguire un comando di controllo.

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)

Parametri

command
Int32

Numero di serie del comando.

arg
Object

Argomento di comando opaco

Restituisce

Valore restituito dal gestore dei comandi.

Implementazioni

Si applica a