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

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

공개 메소드들

메소드 설명
StartCommercial ( this client, System.Enums length ) : void

Sends command to start a commercial of variable length.

StartCommercial ( this client, JoinedChannel channel, System.Enums length ) : void

Sends command to start a commercial of variable length.

StartCommercial ( this client, string channel, System.Enums length ) : void

Sends command to start a commercial of variable length.

메소드 상세

StartCommercial() 공개 정적인 메소드

Sends command to start a commercial of variable length.
public static StartCommercial ( this client, System.Enums length ) : void
client this
length System.Enums Enum representing the length of advertisement should be.
리턴 void

StartCommercial() 공개 정적인 메소드

Sends command to start a commercial of variable length.
public static StartCommercial ( this client, JoinedChannel channel, System.Enums length ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of the channel to send the ad to.
length System.Enums Enum representing the length of advertisement should be.
리턴 void

StartCommercial() 공개 정적인 메소드

Sends command to start a commercial of variable length.
public static StartCommercial ( this client, string channel, System.Enums length ) : void
client this
channel string String representation of the channel to send the ad to.
length System.Enums Enum representing the length of advertisement should be.
리턴 void