Table of Contents

Delegate AutomationEntryPointDelegates.AutomationEntryPointTest

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Encapsulates a method that will be used as the Automation entry point method for testing purposes.

public delegate void AutomationEntryPointDelegates.AutomationEntryPointTest(IEngine engine, string testMessage, List<int> testIntList)

Parameters

engine IEngine

The IEngine instance.

testMessage string

A message.

testIntList List<int>
Extension Methods