ntminer 6 年之前
父節點
當前提交
95ef72586c
共有 1 個文件被更改,包括 3 次插入0 次删除
  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);