示例#1
0
 /// <summary>
 /// This method will return a formatted timestamp to the client.
 /// </summary>
 /// <returns>A string that details what time the service started and how long it has been running.</returns>
 public string GetFormattedTimestamp() =>
 timestamper?.GetFormattedTimestamp();
示例#2
0
 /// <summary>
 /// This method will return a formatted timestamp to the client.
 /// </summary>
 /// <returns>A string that details what time the service started and how long it has been running.</returns>
 public string GetFormattedTimestamp()
 {
     return(timestamper?.GetFormattedTimestamp());
 }