public bool AddProcess( Action<string, Object[]> processExecutionMethod, string processName )
Public Function AddProcess ( processExecutionMethod As Action(Of String, Object()), processName As String ) As Boolean
public: bool AddProcess( Action<String^, array<Object^>^>^ processExecutionMethod, String^ processName )
member AddProcess : processExecutionMethod : Action<string, Object[]> * processName : string -> bool
function AddProcess(processExecutionMethod, processName);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.