다음을 통해 공유


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

불투명 명령 인수

반환

명령 처리기에서 반환된 값입니다.

구현

적용 대상