Property DataMinerID
DataMinerID
Gets the Agent ID of the element executing the QAction.
int DataMinerID { get; }
Property Value
- int
The Agent ID of the element executing the QAction.
Examples
int agentId = protocol.DataMinerID;
Remarks
note
This is the ID of the Agent where the element was originally created, which can be different from the ID of the Agent that is currently hosting the element because of DELT. (DELT stands for DataMiner Element Location Transparency. It is the feature that allows exporting and importing packages as well as migration of elements across Agents in a DataMiner System.)