Microsoft.WindowsAzure.CAT.ServiceBusExplorer.ListenerControl.CreateFileName C# (CSharp) Method

CreateFileName() private method

private CreateFileName ( ) : string
return string
        private string CreateFileName()
        {
            return string.Format(MessageFileFormat,
                                 CultureInfo.CurrentCulture.TextInfo.ToTitleCase(serviceBusHelper.Namespace),
                                 DateTime.Now.ToString(CultureInfo.InvariantCulture).Replace('/', '-').Replace(':', '-'));
        }
        #endregion
ListenerControl