We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc858c commit 26935fcCopy full SHA for 26935fc
SocketBase/Metadata/AppServerMetadata.cs
@@ -17,6 +17,7 @@ namespace SuperSocket.SocketBase.Metadata
17
[StatusInfo(StatusInfoKeys.Listeners, Name = "Listeners", DataType = typeof(string), OutputInPerfLog = false, Order = 600)]
18
[StatusInfo(StatusInfoKeys.AvialableSendingQueueItems, Name = "Avialable Sending Queue Items", DataType = typeof(int), Format = "{0:N0}", Order = 700)]
19
[StatusInfo(StatusInfoKeys.TotalSendingQueueItems, Name = "Total Sending Queue Items", DataType = typeof(int), Format = "{0:N0}", Order = 800)]
20
+ [Serializable]
21
public class AppServerMetadata
22
{
23
/// <summary>
0 commit comments