Class AlgoCatalog
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 AlgoCatalog : IDisposable
Constructors
AlgoCatalog(Dispatcher)
Declaration
public AlgoCatalog(Dispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher |
Properties
Algos
Declaration
public IReadOnlyCollection<AlgoInfo> Algos { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<AlgoInfo> |
Methods
Dispose()
Declaration
public virtual void Dispose()
Get()
Declaration
public ProductDataEvent Get()
Returns
Type | Description |
---|---|
ProductDataEvent |
GetAsync()
Declaration
public void GetAsync()
Events
OnData
Declaration
public event EventHandler<AlgoCatalogEventArgs> OnData
Event Type
Type | Description |
---|---|
EventHandler<AlgoCatalogEventArgs> |
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable