C# 클래스 TwitchLib.Extensions.Client.SlowModeExt

파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
SlowModeOff ( this client ) : void

Disables slow mode.

SlowModeOff ( this client, string channel ) : void

Disables slow mode.

SlowModeOn ( this client, JoinedChannel channel, System.TimeSpan messageCooldown ) : void

Enables slow mode. messageCooldown must be less than 1 day.

SlowModeOn ( this client, System.TimeSpan messageCooldown ) : void

Enables slow mode. messageCooldown must be less than 1 day.

SlowModeOn ( this client, string channel, System.TimeSpan messageCooldown ) : void

Enables slow mode. messageCooldown must be less than 1 day.

SlowModeoff ( this client, JoinedChannel channel ) : void

Disables slow mode.

메소드 상세

SlowModeOff() 공개 정적인 메소드

Disables slow mode.
public static SlowModeOff ( this client ) : void
client this
리턴 void

SlowModeOff() 공개 정적인 메소드

Disables slow mode.
public static SlowModeOff ( this client, string channel ) : void
client this
channel string String representation of which channel to send slowoff command to.
리턴 void

SlowModeOn() 공개 정적인 메소드

Enables slow mode. messageCooldown must be less than 1 day.
public static SlowModeOn ( this client, JoinedChannel channel, System.TimeSpan messageCooldown ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of which channel to send the slow command to.
messageCooldown System.TimeSpan TimeSpan object representing how long message cooldowns should be. May not exceed 1 day total.
리턴 void

SlowModeOn() 공개 정적인 메소드

Enables slow mode. messageCooldown must be less than 1 day.
public static SlowModeOn ( this client, System.TimeSpan messageCooldown ) : void
client this
messageCooldown System.TimeSpan TimeSpan object representing how long message cooldowns should be. May not exceed 1 day total.
리턴 void

SlowModeOn() 공개 정적인 메소드

Enables slow mode. messageCooldown must be less than 1 day.
public static SlowModeOn ( this client, string channel, System.TimeSpan messageCooldown ) : void
client this
channel string String representation of which channel to send the slow command to.
messageCooldown System.TimeSpan TimeSpan object representing how long message cooldowns should be. May not exceed 1 day total.
리턴 void

SlowModeoff() 공개 정적인 메소드

Disables slow mode.
public static SlowModeoff ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of which channel to send slowoff command to.
리턴 void