Show / Hide Table of Contents

Class BaseProductDataLookupSubscription<EventArgType>

A base product data lookup subscription.

Inheritance
object
BaseProductDataLookupSubscription<EventArgType>
Implements
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public abstract class BaseProductDataLookupSubscription<EventArgType> : IDisposable where EventArgType : EventArgs
Type Parameters
Name Description
EventArgType

Generic EventArgT ype parameter.

Methods

CancelCurrentLookup()

Cancel current lookup.

Declaration
public void CancelCurrentLookup()

Dispose()

Declaration
public virtual void Dispose()

Start()

Starts this object.

Declaration
public abstract void Start()

Implements

IDisposable
In this article
Back to top