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
)

Parameters

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

Remarks

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 Defining Delivery Channels.

Example

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IHttpProtocolProvider Interface
IHttpProtocolProvider Members
Microsoft.SqlServer.NotificationServices Namespace