다음을 통해 공유


IDeliveryProtocol.Initialize Method

Initializes the delivery protocol.

네임스페이스: Microsoft.SqlServer.NotificationServices
어셈블리: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

구문

‘선언
Sub Initialize ( _
    channelArgs As StringDictionary, _
    multicast As Boolean, _
    notificationStatusCallback As NotificationStatusCallback _
)
void Initialize (
    StringDictionary channelArgs,
    bool multicast,
    NotificationStatusCallback notificationStatusCallback
)
void Initialize (
    StringDictionary^ channelArgs, 
    bool multicast, 
    NotificationStatusCallback^ notificationStatusCallback
)
void Initialize (
    StringDictionary channelArgs, 
    boolean multicast, 
    NotificationStatusCallback notificationStatusCallback
)
function Initialize (
    channelArgs : StringDictionary, 
    multicast : boolean, 
    notificationStatusCallback : NotificationStatusCallback
)

매개 변수

  • channelArgs
    A StringDictionary object containing the names and values of the initialization arguments for the delivery channel. The names and values are from the instance configuration.
  • multicast
    A Boolean value indicating whether the notification class uses multicast delivery.
  • notificationStatusCallback
    A NotificationStatusCallback delegate that the delivery protocol can use to send notification delivery status information back to the distributor.

주의

The distributor calls this method to notify the delivery protocol that it must perform initialization. The channelArgs parameter provides the initialization arguments for the delivery protocol. The channelArgs parameter values are collected by the distributor from the delivery channel definition. The protocol should store the value of the nsc parameter for later use to indicate notification status.

For an example of how to implement the Initialize method, see the IDeliveryProtocol interface 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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDeliveryProtocol Interface
IDeliveryProtocol Members
Microsoft.SqlServer.NotificationServices Namespace