C# Class Youbora.Analytics.Providers.API.Stop.StopApi

显示文件 Open project: NicePeopleAtWork/NicePlayers

Public Methods

Method Description
Stop ( string host, string code ) : string

Informs when the current playback has ended Usage Example: http://nqs.nice264.com:8080/stop?code=fD75sCuum8VK2G98&diffTime=4873

Stop ( string host, string code, int diffTime ) : string

Informs when the current playback has ended Usage Example: http://nqs.nice264.com:8080/stop?code=fD75sCuum8VK2G98&diffTime=4873

Method Details

Stop() public static method

Informs when the current playback has ended Usage Example: http://nqs.nice264.com:8080/stop?code=fD75sCuum8VK2G98&diffTime=4873
public static Stop ( string host, string code ) : string
host string Service host URL from data call
code string View code retrieved from the data call
return string

Stop() public static method

Informs when the current playback has ended Usage Example: http://nqs.nice264.com:8080/stop?code=fD75sCuum8VK2G98&diffTime=4873
public static Stop ( string host, string code, int diffTime ) : string
host string Service host URL from data call
code string View code retrieved from the data call
diffTime int Elapsed ping time in miliseconds from the last ping before the stop is launched
return string