Метод | Описание | |
---|---|---|
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
|
public static ClearMethodQueue ( ) : void | ||
Результат | void |
public static GetMethodsInQueue ( ) : List |
||
Результат | List |
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 |
public static MethodQueueDelete ( int methodID ) : void | ||
methodID | int | |
Результат | void |