IHttpProtocolProvider.Close Method
Closes the delivery protocol.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
Sub Close
void Close ()
void Close ()
void Close ()
function Close ()
Замечания
The distributor calls the Close method to shut down the delivery protocol. When you implement this method, you should release all resources. If the delivery protocol implements asynchronous delivery, and there are outstanding requests at the time Close is called, complete or abandon those requests.
Пример
For an example of how to implement the Close 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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IHttpProtocolProvider Interface
IHttpProtocolProvider Members
Microsoft.SqlServer.NotificationServices Namespace