JobPoller type

一個用於長期執行作業的輪詢器,該作業會產生一個工作資源。

type JobPoller<TResult> = PollerLike<JobOperationState<TResult>, TResult>