AppDomainSiloHost Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows programmatically hosting an Orleans silo in the curent app domain, exposing some marshable members via remoting.
public class AppDomainSiloHost : MarshalByRefObject
type AppDomainSiloHost = class
inherit MarshalByRefObject
Public Class AppDomainSiloHost
Inherits MarshalByRefObject
- Inheritance
-
AppDomainSiloHost
Constructors
AppDomainSiloHost(String, Silo+SiloType, ClusterConfiguration) |
Creates and initializes a silo in the current app domain. |
Properties
SiloAddress |
SiloAddress for this silo. |
Methods
Shutdown() |
Gracefully shuts down the silo |
Start() |
Starts the silo |
UpdateGeneratedAssemblies(AppDomainSiloHost+GeneratedAssemblies) |
Populates the provided |