共用方式為


SqlWorkflowPersistenceService.LoadExpiredTimerWorkflowIds 方法

定義

擷取有到期計時器的工作流程 ID 清單。

public:
 System::Collections::Generic::IList<Guid> ^ LoadExpiredTimerWorkflowIds();
public System.Collections.Generic.IList<Guid> LoadExpiredTimerWorkflowIds ();
member this.LoadExpiredTimerWorkflowIds : unit -> System.Collections.Generic.IList<Guid>
Public Function LoadExpiredTimerWorkflowIds () As IList(Of Guid)

傳回

有到期計時器的工作流程 ID 清單。

適用於