Brunet.Symphony.BroadcastHandler.BroadcastHandler C# (CSharp) Метод

BroadcastHandler() публичный Метод

Creates a BroadcastHandler, don't forget to Subscribe to the Node.DemuxHandler with the PType -> BroadcastSender.PType.
public BroadcastHandler ( StructuredNode node ) : Brunet.Connections
node StructuredNode
Результат Brunet.Connections
    public BroadcastHandler(StructuredNode node)
    {
      Node = node;
    }