Bagikan melalui


BinaryServerFormatterSinkProvider Konstruktor

Definisi

Menginisialisasi instans baru kelas BinaryServerFormatterSinkProvider.

Overload

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 BinaryServerFormatterSinkProviderbaru .

providerData
ICollection

ICollection dari SinkProviderData untuk digunakan dengan instans baru .BinaryServerFormatterSinkProvider

Berlaku untuk