C# 클래스 OSAE.OSAEMethodManager

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 메소드들

메소드 설명
ClearMethodQueue ( ) : void
GetMethodsInQueue ( ) : List
MethodQueueAdd ( string objectName, string method, string param1, string param2, string plugin ) : void

Adds a method to the queue

MethodQueueDelete ( int methodID ) : void

Delete method from the queue

메소드 상세

ClearMethodQueue() 공개 정적인 메소드

public static ClearMethodQueue ( ) : void
리턴 void

GetMethodsInQueue() 공개 정적인 메소드

public static GetMethodsInQueue ( ) : List
리턴 List

MethodQueueAdd() 공개 정적인 메소드

Adds a method to the queue
public static MethodQueueAdd ( string objectName, string method, string param1, string param2, string plugin ) : void
objectName string
method string
param1 string
param2 string
plugin string
리턴 void

MethodQueueDelete() 공개 정적인 메소드

Delete method from the queue
public static MethodQueueDelete ( int methodID ) : void
methodID int
리턴 void