ArgusTV.Recorders.Common.RecorderTunerServiceBase.AllocateCard C# (CSharp) Метод

AllocateCard() публичный абстрактный Метод

public abstract AllocateCard ( ArgusTV.DataContracts.Channel channel, ArgusTV alreadyAllocated, bool useReversePriority ) : string
channel ArgusTV.DataContracts.Channel
alreadyAllocated ArgusTV
useReversePriority bool
Результат string
        public abstract string AllocateCard(Channel channel, ArgusTV.DataContracts.CardChannelAllocation[] alreadyAllocated, bool useReversePriority);