ConnectionStatus Enum

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Indicates the status of the connection passed to the argument class of the AfterAcquireConnection, BeforeAcquireConnection, BeforeReleaseConnection and AfterReleaseConnection events (DataAbstractService).

This allows you to attach one event handler to several events and determine your processing based on the enum value.

Namespace

Declaration (C#)

public enum ConnectionStatus
{
    BeforeAcquire = 0,
    AfterAcquire = 1,
    BeforeRelease = 2,
    AfterRelease = 3
}


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools