GeneratorAdapterFactory.ExecuteCommand(Int32, Object) 方法

定义

用于执行控制命令的函数。

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)

参数

command
Int32

命令的序列号。

arg
Object

不透明的命令参数

返回

从命令处理程序返回的值。

实现

适用于