IOMLookupTkey, Tobj Interface

Lookup interface

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public interface IOMLookup<Tkey, Tobj> : IDisposable
where Tkey : class
where Tobj : class, IOMSnapshot
Implements
IDisposable

Type Parameters

Tkey
Tobj

Properties

Keys Collection of all regitered keys

Methods

Lookup returns set of the objects where

See Also