Table of Contents

Class RealmObserver

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

An application pin on a realm (Observe(RealmId)): while held, the realm is Active from the next tick on — what a headless server, a benchmark or a test uses where no session observes. Dispose releases it; disposing twice releases once.

public sealed class RealmObserver : IDisposable
Inheritance
RealmObserver
Implements
Inherited Members

Properties

Realm

The realm this pin holds active.

public RealmId Realm { get; }

Property Value

RealmId

Methods

Dispose()

Releases the pin; the realm follows its unobserved policy from the next tick on.

public void Dispose()