Ejemplo n.º 1
0
 public override void OnSOCreated(SO so)
 {
     if (OutboundCluster != null)
     {
         so.RegisterProtocol(OutboundCluster);
     }
 }
 public override void OnSOCreated(SO so)
 {
     foreach (var inboundClusterProtocol in InboundClusters)
     {
         so.RegisterProtocol(inboundClusterProtocol);
     }
 }