C# Class System.Reactive.IronMQ.Extensions

Afficher le fichier Open project: Applied-Duality/IronMQ

Méthodes publiques

Méthode Description
DeleteAsync ( this client, string requestUri, HttpContent content ) : Task

Send a DELETE request to the specified Uri as an asynchronous operation.

DeleteAsync ( this client, string requestUri, HttpContent content, CancellationToken token ) : Task

Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.

toString ( this cloud ) : string

Hack to do ToString() on enum.

Method Details

DeleteAsync() public static méthode

Send a DELETE request to the specified Uri as an asynchronous operation.
public static DeleteAsync ( this client, string requestUri, HttpContent content ) : Task
client this
requestUri string
content System.Net.Http.HttpContent
Résultat Task

DeleteAsync() public static méthode

Send a DELETE request to the specified Uri with a cancellation token as an asynchronous operation.
public static DeleteAsync ( this client, string requestUri, HttpContent content, CancellationToken token ) : Task
client this
requestUri string
content System.Net.Http.HttpContent
token System.Threading.CancellationToken
Résultat Task

toString() public static méthode

Hack to do ToString() on enum.
public static toString ( this cloud ) : string
cloud this
Résultat string