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