示例#1
0
 protected bool RegisterEndpoint(String addr, Ctx.Endpoint endpoint)
 {
     return(m_ctx.RegisterEndpoint(addr, endpoint));
 }
示例#2
0
 protected void RegisterEndpoint(String addr, Ctx.Endpoint endpoint)
 {
     m_ctx.RegisterEndpoint(addr, endpoint);
 }
示例#3
0
 protected bool RegisterEndpoint([NotNull] String addr, [NotNull] Ctx.Endpoint endpoint)
 {
     return(m_ctx.RegisterEndpoint(addr, endpoint));
 }