Table of Contents

Interface IRoomChannel

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个通用的房间频道。

public interface IRoomChannel : IChannel, IEntity<ulong>
Inherited Members
Extension Methods

Properties

Room

获取此频道所属的房间。

IRoom Room { get; }

Property Value

IRoom

RoomId

获取此频道所属的房间的 ID。

ulong RoomId { get; }

Property Value

ulong

Type

获取此频道的类型。

ChannelType Type { get; }

Property Value

ChannelType