Class AlgoLookup
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 AlgoLookup : IDisposable
Constructors
AlgoLookup(Dispatcher, String)
Declaration
public AlgoLookup(Dispatcher dispatcher, string name)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
String | name |
AlgoLookup(Dispatcher, AlgoKey)
Declaration
public AlgoLookup(Dispatcher dispatcher, AlgoKey algoKey)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
AlgoKey | algoKey |
Properties
Algo
Declaration
public Algo Algo { get; }
Property Value
Type | Description |
---|---|
Algo |
AlgoKey
Declaration
public AlgoKey AlgoKey { get; }
Property Value
Type | Description |
---|---|
AlgoKey |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
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<AlgoLookupEventArgs> OnData
Event Type
Type | Description |
---|---|
EventHandler<AlgoLookupEventArgs> |
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable