Show / Hide Table of Contents

Class ProductCatalogSubscription

Inheritance
object
UserEventHandler
ProductCatalog
ProductCatalogSubscription
Implements
IDisposable
Inherited Members
ProductCatalog.OnData
ProductCatalog.Market
ProductCatalog.MarketId
ProductCatalog.Products
ProductCatalog.Get()
ProductCatalog.GetAsync()
ProductCatalog.Dispose()
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 class ProductCatalogSubscription : ProductCatalog, IDisposable

Constructors

ProductCatalogSubscription(Market, Dispatcher)

Declaration
public ProductCatalogSubscription(Market market, Dispatcher dispatcher)
Parameters
Type Name Description
Market market
Dispatcher dispatcher

ProductCatalogSubscription(MarketId, Dispatcher)

Declaration
public ProductCatalogSubscription(MarketId marketId, Dispatcher dispatcher)
Parameters
Type Name Description
MarketId marketId
Dispatcher dispatcher

Methods

Start()

Declaration
public void Start()

Implements

IDisposable
In this article
Back to top