Method GetTable
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Protocol
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Protocol.dll
GetTable(int)
Returns a local table.
[Obsolete("ILocalElement.GetTable is obsolete. Avoid using this method to interact with a table of the local element as some calls result in SLNet calls instead of SLProtocol calls.")]
ILocalTable GetTable(int tableId)
Parameters
tableIdintThe parameter ID of the table.
Returns
- ILocalTable
An instance of ILocalTable.