C# Class OSAE.OSAEMethodManager

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Méthodes publiques

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

Method Details

ClearMethodQueue() public static méthode

public static ClearMethodQueue ( ) : void
Résultat void

GetMethodsInQueue() public static méthode

public static GetMethodsInQueue ( ) : List
Résultat List

MethodQueueAdd() public static méthode

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
Résultat void

MethodQueueDelete() public static méthode

Delete method from the queue
public static MethodQueueDelete ( int methodID ) : void
methodID int
Résultat void