|
ServiceProcessExecutionMethod Property
|
Gets or sets the
Delegate that gets invoked when
Start is called.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
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);
View SourceProperty Value
ActionString,
Object
Remarks
See Also