异常处理

This commit is contained in:
hsc
2026-07-20 17:49:22 +08:00
parent b79eea918e
commit 9661e5f063
4 changed files with 64 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace UIShare.PubEvent
{
public class AlarmEvent :PubSubEvent<Tuple<string,string>>
public class AlarmEvent : PubSubEvent<(string Scope, string Fingerprint, string Status)>
{
}
}