|   | ServiceProcessExecutionMethod Property | 
        
        
            Gets or sets the 
Delegate that gets invoked when 
Start is called.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Action<string, Object[]> ExecutionMethod { get; set; }Public Property ExecutionMethod As Action(Of String, Object())
	Get
	Set
public:
property Action<String^, array<Object^>^>^ ExecutionMethod {
	Action<String^, array<Object^>^>^ get ();
	void set (Action<String^, array<Object^>^>^ value);
}member ExecutionMethod : Action<string, Object[]> with get, set
function get_ExecutionMethod();
function set_ExecutionMethod(value);
Property Value
ActionString, 
Object Remarks
Remarks See Also
See Also