BinaryServerFormatterSinkProvider 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 BinaryServerFormatterSinkProvider 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| BinaryServerFormatterSinkProvider() |
初始化一個以預設值的新類別實例 BinaryServerFormatterSinkProvider 。 |
| BinaryServerFormatterSinkProvider(IDictionary, ICollection) |
初始化一個新的類別實例 BinaryServerFormatterSinkProvider ,並使用提供的屬性與提供者資料。 |
BinaryServerFormatterSinkProvider()
初始化一個以預設值的新類別實例 BinaryServerFormatterSinkProvider 。
public:
BinaryServerFormatterSinkProvider();
public BinaryServerFormatterSinkProvider();
Public Sub New ()
適用於
BinaryServerFormatterSinkProvider(IDictionary, ICollection)
初始化一個新的類別實例 BinaryServerFormatterSinkProvider ,並使用提供的屬性與提供者資料。
public:
BinaryServerFormatterSinkProvider(System::Collections::IDictionary ^ properties, System::Collections::ICollection ^ providerData);
public BinaryServerFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData);
new System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider : System.Collections.IDictionary * System.Collections.ICollection -> System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider
Public Sub New (properties As IDictionary, providerData As ICollection)
參數
- properties
- IDictionary
IDictionary A 組態屬性,用於新的 實BinaryServerFormatterSinkProvider例。
- providerData
- ICollection
ICollection SinkProviderData A 的 與新的實例 BinaryServerFormatterSinkProvider一起使用。