IHttpProtocolProvider.Initialize Method

Initializes the delivery protocol.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
Sub Initialize ( _
    channelArguments As StringDictionary _
)
void Initialize (
    StringDictionary channelArguments
)
void Initialize (
    StringDictionary^ channelArguments
)
void Initialize (
    StringDictionary channelArguments
)
function Initialize (
    channelArguments : StringDictionary
)

Parametri

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

Osservazioni

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 Definizione dei canali di recapito.

Esempio

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

IHttpProtocolProvider Interface
IHttpProtocolProvider Members
Microsoft.SqlServer.NotificationServices Namespace