ISupportProcessNotifications Interface

If an IConnector implements ISupportProcessNotifications, the Agent will notify it about process starts and ends.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   interface   ISupportProcessNotifications

The ISupportProcessNotifications type exposes the following members.

Methods

 

Name

Description

Public method

ProcessEnded

The Agent will call this method when it is done running a process (Solution Instance run, Query preview, etc.) that uses this connection.

Public method

ProcessStarted

The Agent will call this method when the Agent starts a process (Solution Instance run, Query preview, etc.) that will use this Connection. Note that processes can be nested, so ProcessStart may be called multiple times before any of the corresponding ProcessEnds are called.

See

Scribe.Core.ConnectorApi Namespace