Method SwarmBooking
SwarmBooking(Guid)
Prepares the helper to swarm one specific booking. Call ToAgent(int) on the result to do the actual swarming.
public ITargetlessSwarmingHelper SwarmBooking(Guid booking)
Parameters
booking
GuidBooking reference
Returns
- ITargetlessSwarmingHelper
An ITargetlessSwarmingHelper object on which you can call ToAgent(int).