Méthode | Description | |
---|---|---|
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 MethodQueueAdd ( string objectName, string method, string param1, string param2, string plugin ) : void | ||
objectName | string | |
method | string | |
param1 | string | |
param2 | string | |
plugin | string | |
Résultat | void |
public static MethodQueueDelete ( int methodID ) : void | ||
methodID | int | |
Résultat | void |