TabContextExtensions Members

Glimpse API

TabContextExtensions Members Glimpse API Documentation

The TabContextExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetMessages T 
Gets all messages of type T that have been persisted with PersistMessage<T>.
Public methodStatic memberPersistMessages T 
Persists all messages of type T to a thread safe store. Persisted messages can be retrieved with GetMessages<T>.
Back to Top
See Also