Edit

Share via


EventDataGeneratorAdapterFactory.ExecuteCommand(Int32, Object) Method

Definition

Execute Command

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)

Parameters

command
Int32
arg
Object

Returns

Implements

Applies to