Microsoft.WindowsAzure.MediaServices.Client.Tests.ChannelMetricsCollectionE2ETests.GetChannelIds C# (CSharp) Method

GetChannelIds() private static method

private static GetChannelIds ( ) : List
return List
        private static List<string> GetChannelIds()
        {
            return new List<string>
            {
                ChannelId.ToString(),
                ChannelIdentifierPrefix + ChannelId,
            };
        }