CgwMonitorManage.Common.VideoPipeManage.GetVideoPipeName C# (CSharp) Method

GetVideoPipeName() private static method

获取管道名称
private static GetVideoPipeName ( string cameraNO ) : string
cameraNO string
return string
        private static string GetVideoPipeName(string cameraNO)
        {
            return cameraNO + System.DateTime.Now.ToString("yyyyMMddhhmmss");
        }