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);