[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the Func<(Of <(TResult>)>) that is invoked when the workflow enters an idle state.
Public Property OnIdle As Func(Of IdleAction) Get Set
Dim instance As WorkflowInstance Dim value As Func(Of IdleAction) value = instance.OnIdle instance.OnIdle = value
public Func<IdleAction> OnIdle { get; set; }
public: property Func<IdleAction>^ OnIdle { Func<IdleAction>^ get (); void set (Func<IdleAction>^ value); }
function get OnIdle () : Func<IdleAction> function set OnIdle (value : Func<IdleAction>)
member OnIdle : Func<IdleAction> with get, set
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003