TabContextExtensions Methods | Glimpse API Documentation |
The TabContextExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetMessages T |
Gets all messages of type T that have been persisted with PersistMessage<T>.
| |
PersistMessages T |
Persists all messages of type T to a thread safe store. Persisted messages can be retrieved with GetMessages<T>.
|
See Also