IHttpProtocolProvider.Initialize Method

Initializes the delivery protocol.

命名空间: Microsoft.SqlServer.NotificationServices
程序集: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

语法

声明
Sub Initialize ( _
    channelArguments As StringDictionary _
)
void Initialize (
    StringDictionary channelArguments
)
void Initialize (
    StringDictionary^ channelArguments
)
void Initialize (
    StringDictionary channelArguments
)
function Initialize (
    channelArguments : StringDictionary
)

参数

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

备注

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 定义传递通道.

示例

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

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IHttpProtocolProvider Interface
IHttpProtocolProvider Members
Microsoft.SqlServer.NotificationServices Namespace