TimeIntelligenceQueue Generic Class (Microsoft.PerformancePoint.Scorecards)

Represents the Time Intelligence queue.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Class TimeIntelligenceQueue(Of T)
    Inherits Queue(Of T)
'Usage
Dim instance As TimeIntelligenceQueue(Of T)
public class TimeIntelligenceQueue<T> : Queue<T>

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Queue
    Microsoft.PerformancePoint.Scorecards.TimeIntelligenceQueue

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TimeIntelligenceQueue Members
Microsoft.PerformancePoint.Scorecards Namespace