Bagikan melalui


PSWorkflowInstance.OnIdle Property

Definition

On idle handler.

protected:
 property Action<System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^, System::Object ^> ^ OnIdle { Action<System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Hosting::BookmarkInfo ^> ^, System::Object ^> ^ get(); };
protected Action<System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo>,object> OnIdle { get; }
member this.OnIdle : Action<System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo>, obj>
Protected ReadOnly Property OnIdle As Action(Of ReadOnlyCollection(Of BookmarkInfo), Object)

Property Value

Applies to