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

SetOk() public static method

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