GetByRequestIdAndTabKey Method

Glimpse API

IReadOnlyPersistenceStore 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

TabResult GetByRequestIdAndTabKey(
	Guid requestId,
	string tabKey
)
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.
See Also