ntminer 6 years ago
parent
commit
95ef72586c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/NTMinerHub/Hub/PathId.cs

+ 3 - 0
src/NTMinerHub/Hub/PathId.cs

@@ -1,6 +1,9 @@
 using System;
 
 namespace NTMiner.Hub {
+    /// <summary>
+    /// 消息和消息路径的标识。对Guid的包装,只为词汇,只为可读。
+    /// </summary>
     public struct PathId {
         public static PathId Empty = new PathId(Guid.Empty);