PeerCastStation.Core.AtomCollectionExtensions.SetHostNumListeners C# (CSharp) Method

SetHostNumListeners() public static method

public static SetHostNumListeners ( this collection, int value ) : void
collection this
value int
return void
    public static void SetHostNumListeners(this IAtomCollection collection, int value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_HOST_NUML, value));
    }
AtomCollectionExtensions