PersistableIdle Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets PersistableIdle.

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
protected Func<WorkflowApplicationIdleEventArgs, PersistableIdleAction> PersistableIdle { get; set; }
Visual Basic
Protected Property PersistableIdle As Func(Of WorkflowApplicationIdleEventArgs, PersistableIdleAction)
	Get
	Set
Visual C++
protected:
property Func<WorkflowApplicationIdleEventArgs^, PersistableIdleAction>^ PersistableIdle {
	Func<WorkflowApplicationIdleEventArgs^, PersistableIdleAction>^ get ();
	void set (Func<WorkflowApplicationIdleEventArgs^, PersistableIdleAction>^ value);
}

See Also