Microsoft.Activities.Extensions |
WorkflowEpisode..::..PersistableIdle Property |
WorkflowEpisode Class See Also Send Feedback |
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); } |