Table of Contents

Delegate AutomationEntryPointDelegates.OnSrmBookingsUpdatedByReference

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Delegate type for SRM bookings updated by reference.

public delegate void AutomationEntryPointDelegates.OnSrmBookingsUpdatedByReference(IEngine engine, ValueType profileInstanceId, List<Guid> impactedBookings)

Parameters

engine IEngine

The IEngine instance.

profileInstanceId ValueType

The profile instance ID.

impactedBookings List<Guid>

The impacted bookings.

Extension Methods