TabContext Constructor | Glimpse API Documentation |
Initializes a new instance of the TabContext class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public TabContext( Object requestContext, IDataStore tabStore, ILogger logger, IMessageBroker messageBroker )
public TabContext( Object requestContext, IDataStore tabStore, ILogger logger, IMessageBroker messageBroker )
Parameters
- requestContext
- Type: System Object
The request context.
- tabStore
- Type: Glimpse.Core.Extensibility IDataStore
The tab store.
- logger
- Type: Glimpse.Core.Extensibility ILogger
The logger.
- messageBroker
- Type: Glimpse.Core.Extensibility IMessageBroker
The message broker.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws an exception if any parameter if null. |
See Also