IHttpProtocolProvider.Initialize Method

Initializes the delivery protocol.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

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

Parameter

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

Hinweise

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 Definieren von Übermittlungskanälen.

Beispiel

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IHttpProtocolProvider Interface
IHttpProtocolProvider Members
Microsoft.SqlServer.NotificationServices Namespace