Метод | Описание | |
---|---|---|
BeginCelsiusToFahrenheit ( string Celsius, System callback, object asyncState ) : System.IAsyncResult | ||
BeginFahrenheitToCelsius ( string Fahrenheit, System callback, object asyncState ) : System.IAsyncResult | ||
CelsiusToFahrenheitAsync ( string Celsius ) : void | ||
CelsiusToFahrenheitAsync ( string Celsius, object userState ) : void | ||
EndCelsiusToFahrenheit ( System asyncResult ) : string | ||
EndFahrenheitToCelsius ( System asyncResult ) : string | ||
FahrenheitToCelsiusAsync ( string Fahrenheit ) : void | ||
FahrenheitToCelsiusAsync ( string Fahrenheit, object userState ) : void | ||
TempConvert ( ) | ||
TempConvert ( string url ) |
Метод | Описание | |
---|---|---|
CelsiusToFahrenheit ( string Celsius ) : string | ||
FahrenheitToCelsius ( string Fahrenheit ) : string | ||
OnCelsiusToFahrenheitCompleted ( object arg ) : void | ||
OnFahrenheitToCelsiusCompleted ( object arg ) : void |
public BeginCelsiusToFahrenheit ( string Celsius, System callback, object asyncState ) : System.IAsyncResult | ||
Celsius | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public BeginFahrenheitToCelsius ( string Fahrenheit, System callback, object asyncState ) : System.IAsyncResult | ||
Fahrenheit | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public CelsiusToFahrenheitAsync ( string Celsius ) : void | ||
Celsius | string | |
Результат | void |
public CelsiusToFahrenheitAsync ( string Celsius, object userState ) : void | ||
Celsius | string | |
userState | object | |
Результат | void |
public EndCelsiusToFahrenheit ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public EndFahrenheitToCelsius ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public FahrenheitToCelsiusAsync ( string Fahrenheit ) : void | ||
Fahrenheit | string | |
Результат | void |
public FahrenheitToCelsiusAsync ( string Fahrenheit, object userState ) : void | ||
Fahrenheit | string | |
userState | object | |
Результат | void |