BloombergFLP.CollectdWin.EventValue.getJSON C# (CSharp) 메소드

getJSON() 공개 메소드

public getJSON ( ) : string
리턴 string
        public override string getJSON()
        {
            return string.Format(JSON_FORMAT, Level, HostName, Title, Message, Timestamp*1000);
        }