Table of Contents

Method IsThreads

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsThreads(ChannelType)

Determines if the channel type is a thread.

public static bool IsThreads(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

True if the channel type is a thread, otherwise false.