Class ProductCatalogSubscription
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
System.IDisposable