共用方式為


EventDataGeneratorAdapterFactory.ExecuteCommand(Int32, Object) 方法

定義

執行命令

public virtual 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 Overridable Function ExecuteCommand (command As Integer, arg As Object) As Task(Of Object)

參數

command
Int32
arg
Object

傳回

實作

適用於