Partager via


IHttpProtocolProvider.Initialize Method

Initializes the delivery protocol.

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
Sub Initialize ( _
    channelArguments As StringDictionary _
)
void Initialize (
    StringDictionary channelArguments
)
void Initialize (
    StringDictionary^ channelArguments
)
void Initialize (
    StringDictionary channelArguments
)
function Initialize (
    channelArguments : StringDictionary
)

Paramètres

  • channelArguments
    A StringDictionary object containing the arguments for the delivery channel in which the delivery protocol is being used, as specified in the instance configuration.

Notes

The distributor calls this method to notify the delivery protocol that it must perform initialization. The channelArguments parameter provides the initialization arguments for the delivery protocol. The channelArguments parameter values are from the delivery channel definitions in the instance configuration. These delivery channel arguments are in turn passed to the Initialize method.

For more information about delivery channels arguments, see Définition des canaux de remise.

Exemple

For an example of how to implement the Initialize method, see the IHttpProtocolProvider topic.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IHttpProtocolProvider Interface
IHttpProtocolProvider Members
Microsoft.SqlServer.NotificationServices Namespace