DataLakeAnalyticsClient.JobIdQueue Property
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.
Gets or sets the job identifier queue, which is used exclusively as a test hook.
public static System.Collections.Generic.Queue<Guid> JobIdQueue { get; set; }
static member JobIdQueue : System.Collections.Generic.Queue<Guid> with get, set
Public Shared Property JobIdQueue As Queue(Of Guid)
Property Value
The job identifier queue.