Ejemplo n.º 1
0
 public sealed override T AddHandlerLink(string fromMethod, string toMethod)
 {
     Handlers.Add(JsonRpcHandlerDescription.Link(fromMethod, toMethod));
     return((T)(object)this);
 }
 public sealed override T AddHandlerLink(string sourceMethod, string destinationMethod)
 {
     Handlers.Add(JsonRpcHandlerDescription.Link(sourceMethod, destinationMethod));
     return((T)(object)this);
 }