Method SwarmBookings
SwarmBookings(params Guid[])
Prepares the helper to swarm a series of bookings. Call ToAgent(int) on the result to do the actual swarming.
public ITargetlessSwarmingHelper SwarmBookings(params Guid[] bookings)
Parameters
bookings
Guid[]Booking references
Returns
- ITargetlessSwarmingHelper
An ITargetlessSwarmingHelper object on which you can call ToAgent(int).