C# Класс TwitchLib.Extensions.Client.CommercialExt

Показать файл Открыть проект

Открытые методы

Метод Описание
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