C# Class TwitchLib.Extensions.Client.CommercialExt

Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
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.

Method Details

StartCommercial() public static méthode

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.
Résultat void

StartCommercial() public static méthode

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.
Résultat void

StartCommercial() public static méthode

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.
Résultat void