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
engineIEngineThe IEngine instance.
profileInstanceIdValueTypeThe profile instance ID.
impactedBookingsList<Guid>The impacted bookings.
- Extension Methods