C# Class TwitchLib.Extensions.Client.CommercialExt

Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method 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 method

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.
return void

StartCommercial() public static method

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.
return void

StartCommercial() public static method

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.
return void