HostParameterDefaults.ActivateDelegate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Workflow activation delegate.
public:
property Action<System::Object ^> ^ ActivateDelegate { Action<System::Object ^> ^ get(); void set(Action<System::Object ^> ^ value); };
public Action<object> ActivateDelegate { get; set; }
member this.ActivateDelegate : Action<obj> with get, set
Public Property ActivateDelegate As Action(Of Object)