GetByRequestIdAndTabKey Method

Glimpse API

ApplicationPersistenceStore GetByRequestIdAndTabKey Method Glimpse API Documentation
Gets the by request id and tab key.

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

Syntax

public TabResult GetByRequestIdAndTabKey(
	Guid requestId,
	string tabKey
)
public TabResult GetByRequestIdAndTabKey(
	Guid requestId,
	string tabKey
)

Parameters

requestId
Type: OnlineSystem Guid
The request id.
tabKey
Type: OnlineSystem String
The tab key.

Return Value

Instance of the tab data that matches the request id and tab key.

Implements

IReadOnlyPersistenceStore GetByRequestIdAndTabKey(Guid, String)
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionThrows an exception if tabKey is null.
See Also