コード例 #1
0
ファイル: AgentContext.cs プロジェクト: 0xCM/arrows
 public void Register(IServiceAgent agent)
 {
     Agents.TryAdd(agent.Identity(), agent);
 }