다음을 통해 공유


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 목록입니다.

적용 대상