Bahasa

BinaryServerFormatterSinkProvider Konstruktor

Definisi

Menginisialisasi instans baru dari kelas BinaryServerFormatterSinkProvider.

Overload

Nama Deskripsi
BinaryServerFormatterSinkProvider()

Menginisialisasi instans BinaryServerFormatterSinkProvider baru kelas dengan nilai default.

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Menginisialisasi instans BinaryServerFormatterSinkProvider baru kelas dengan properti dan data penyedia yang disediakan.

BinaryServerFormatterSinkProvider()

Menginisialisasi instans BinaryServerFormatterSinkProvider baru kelas dengan nilai default.

public:
 BinaryServerFormatterSinkProvider();
public BinaryServerFormatterSinkProvider();
Public Sub New ()

Berlaku untuk

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Menginisialisasi instans BinaryServerFormatterSinkProvider baru kelas dengan properti dan data penyedia yang disediakan.

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)

Parameter

properties
IDictionary

Properti IDictionary konfigurasi untuk digunakan dengan instans baru .BinaryServerFormatterSinkProvider

providerData
ICollection

Dari ICollectionSinkProviderData untuk digunakan dengan instans baru dari BinaryServerFormatterSinkProvider.

Berlaku untuk