ArgusTV.Recorders.Common.RecorderTunerServiceBase.AllocateCard C# (CSharp) Method

AllocateCard() public abstract method

public abstract AllocateCard ( ArgusTV.DataContracts.Channel channel, ArgusTV alreadyAllocated, bool useReversePriority ) : string
channel ArgusTV.DataContracts.Channel
alreadyAllocated ArgusTV
useReversePriority bool
return string
        public abstract string AllocateCard(Channel channel, ArgusTV.DataContracts.CardChannelAllocation[] alreadyAllocated, bool useReversePriority);