GetTop Method

Glimpse API

ApplicationPersistenceStore GetTop Method Glimpse API Documentation
Gets the top.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public IEnumerable<GlimpseRequest> GetTop(
	int count
)
public IEnumerable<GlimpseRequest> GetTop(
	int count
)

Parameters

count
Type: OnlineSystem Int32
The count.

Return Value

Collection of requests that represent the top x number of requests.

Implements

IReadOnlyPersistenceStore GetTop(Int32)
See Also