BinaryServerFormatterSinkProvider Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider.
Surcharges
BinaryServerFormatterSinkProvider() |
Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec les valeurs par défaut. |
BinaryServerFormatterSinkProvider(IDictionary, ICollection) |
Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec les propriétés et les données de fournisseur spécifiées. |
BinaryServerFormatterSinkProvider()
Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec des valeurs par défaut.
public:
BinaryServerFormatterSinkProvider();
public BinaryServerFormatterSinkProvider ();
Public Sub New ()
S’applique à
BinaryServerFormatterSinkProvider(IDictionary, ICollection)
Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec les propriétés et les données de fournisseur spécifiées.
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)
Paramètres
- properties
- IDictionary
IDictionary de propriétés de configuration à utiliser avec la nouvelle instance de BinaryServerFormatterSinkProvider.
- providerData
- ICollection
ICollection de SinkProviderData à utiliser avec la nouvelle instance de BinaryServerFormatterSinkProvider.