Table of Contents

Method GetInterfaces

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetInterfaces()

Retrieves all DCF interfaces of this dummy.

public virtual Interface[] GetInterfaces()

Returns

Interface[]

The DCF interfaces of this dummy.

Examples

var dummy = engine.GetDummy("dummy1");
var interfaces = dummy.GetInterfaces();

Remarks

note

Note that the method caches the interfaces the first time they are retrieved, and they will not be updated if they change while the script is running.