BloombergFLP.CollectdWin.EventValue.getJSON C# (CSharp) Méthode

getJSON() public méthode

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