ITabSetupContext Members

Glimpse API

ITabSetupContext Members Glimpse API Documentation

The ITabSetupContext type exposes the following members.

Methods

  NameDescription
Public methodGetTabStore
Gets the tab store.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodPersistMessages T 
Persists all messages of type T to a thread safe store. Persisted messages can be retrieved with GetMessages<T>.
(Defined by TabContextExtensions.)
Back to Top
Properties

  NameDescription
Public propertyLogger
Gets the logger.
(Inherited from IContext.)
Public propertyMessageBroker
Gets the message broker.
Back to Top
See Also