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

GetHostChannelID() public static method

public static GetHostChannelID ( this collection ) : Guid?
collection this
return Guid?
    public static Guid? GetHostChannelID(this IAtomCollection collection)
    {
      return GetIDFrom(collection, Atom.PCP_HOST_CHANID);
    }
AtomCollectionExtensions