Constructs a ServiceToSlotRatio object.

C# |
public ServiceToSlotRatio( uint numServices, uint numSlots )

- numServices (UInt32)
- The number of service instances that are capable of running on 'numSlots' slots.
- numSlots (UInt32)
- The number of slots required to run 'numServices' service instances.