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
IEngineThe IEngine instance.
profileInstanceId
ValueTypeThe profile instance ID.
impactedBookings
List<Guid>The impacted bookings.
- Extension Methods