Skip to content

0. REstateHost & Agent

Ovan Crone edited this page Dec 18, 2017 · 3 revisions

What is a Host?

The REstateHost static class is the entry-point for REstate to expose agents. A REstate Host is the application from which the REstate code is being called.

Then what is an agent?

Agents contain almost all functionality for REstate. The default agent is accessed by calling REstateHost.Agent.

What can the agent do?

The .AsRemote() extension is only seen if you have referenced the REstate.Remote package.