共用方式為


AppDomainSiloHost 類別

定義

允許以程式設計方式在 Curent 應用程式網域中裝載一個儲存區,並透過遠端功能公開一些可封送處理的成員。

public class AppDomainSiloHost : MarshalByRefObject
type AppDomainSiloHost = class
    inherit MarshalByRefObject
Public Class AppDomainSiloHost
Inherits MarshalByRefObject
繼承
AppDomainSiloHost

建構函式

AppDomainSiloHost(String, Silo+SiloType, ClusterConfiguration)

在目前的應用程式網域中建立和初始化定址接收器。

屬性

SiloAddress

此定址接收器的 SiloAddress。

方法

Shutdown()

正常關閉定址接收器

Start()

啟動定址接收器

UpdateGeneratedAssemblies(AppDomainSiloHost+GeneratedAssemblies)

填入由這個定址 collection 接收器產生的元件所提供的 。

適用於