JobPoller type

작업 자원을 생성하는 장기 운영의 폴러입니다.

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