C# Class OSAE.OSAEMethodManager

Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method 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 method

public static ClearMethodQueue ( ) : void
return void

GetMethodsInQueue() public static method

public static GetMethodsInQueue ( ) : List
return List

MethodQueueAdd() public static method

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
return void

MethodQueueDelete() public static method

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