IEventProvider.Terminate Method

Stops and disables the event provider.

命名空間: Microsoft.SqlServer.NotificationServices
組件: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

語法

'宣告
Sub Terminate
void Terminate ()
void Terminate ()
void Terminate ()
function Terminate ()

備註

The provider host calls this method to stop and disable the event provider.

In the Terminate method, the event provider must stop collecting new events, write any pending events to the application database, release any resources it is holding, and return from the Terminate method call.

If the event provider does not return from the Terminate method call within one minute, the provider host stops the event provider unconditionally.

If the Terminate method fails to handle an exception, the provider host logs the unhandled error, and the event provider is terminated.

To start collecting events again, enable the event provider.

範例

For an example of how to implement the Terminate method, see the IEventProvider 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 的硬體和軟體需求>。

請參閱

參考

IEventProvider Interface
IEventProvider Members
Microsoft.SqlServer.NotificationServices Namespace