Share via


TimeIntelligenceQueue.Peek Method (Int32) (Microsoft.PerformancePoint.Scorecards)

Peeks into the queue at a specific position.

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

Syntax

'Declaration
Public Function Peek ( _
    x As Integer _
) As T
'Usage
Dim instance As TimeIntelligenceQueue(Of T)
Dim x As Integer
Dim returnValue As T

returnValue = instance.Peek(x)
public T Peek (
    int x
)

Parameters

  • x
    The position in the queue (from the top).

See Also

Reference

TimeIntelligenceQueue Generic Class
TimeIntelligenceQueue Members
Microsoft.PerformancePoint.Scorecards Namespace