JobRouterModelFactory.RouterJobPositionDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RouterJobPositionDetails.
public static Azure.Communication.JobRouter.RouterJobPositionDetails RouterJobPositionDetails (string jobId = default, int position = 0, string queueId = default, int queueLength = 0, TimeSpan estimatedWaitTime = default);
static member RouterJobPositionDetails : string * int * string * int * TimeSpan -> Azure.Communication.JobRouter.RouterJobPositionDetails
Public Shared Function RouterJobPositionDetails (Optional jobId As String = Nothing, Optional position As Integer = 0, Optional queueId As String = Nothing, Optional queueLength As Integer = 0, Optional estimatedWaitTime As TimeSpan = Nothing) As RouterJobPositionDetails
Parameters
- jobId
- String
Id of the job these details are about.
- position
- Int32
Position of the job in question within that queue.
- queueId
- String
Id of the queue this job is enqueued in.
- queueLength
- Int32
Length of the queue: total number of enqueued jobs.
- estimatedWaitTime
- TimeSpan
Estimated wait time of the job rounded up to the nearest minute.
Returns
A new RouterJobPositionDetails instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET