Düzenle

Aracılığıyla paylaş


AppDomainSiloHost Class

Definition

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 collection with the assemblies generated by this silo.

Applies to