public ServiceProcess( Action<string, Object[]> executionMethod, string name, params Object[] arguments )
Public Sub New ( executionMethod As Action(Of String, Object()), name As String, ParamArray arguments As Object() )
public: ServiceProcess( Action<String^, array<Object^>^>^ executionMethod, String^ name, ... array<Object^>^ arguments )
new : executionMethod : Action<string, Object[]> * name : string * arguments : Object[] -> ServiceProcess
GSF.ServiceProcess.ServiceProcess = function(executionMethod, name, ... arguments);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.