Method GetInterfacesByType
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GetInterfacesByType(string)
Retrieves the DCF interfaces of the specified interface type.
public virtual Interface[] GetInterfacesByType(string type)
Parameters
typestringThe interface type ("in", "out", "inout").
Returns
- Interface[]
The DCF interfaces of the specified type.
Examples
var dummy = engine.GetDummy("dummy1");
var interfaces = dummy.GetInterfacesByType("out");
Remarks
Feature introduced in DataMiner 8.5.3 (RN 8867).