Méthode | Description | |
---|---|---|
StartRequest ( |
Start the request
|
Méthode | Description | |
---|---|---|
RequestCompletedCallback ( Action |
Generate a callback for the request completion It's a template method, functional style
|
public StartRequest ( |
||
uri | the request uri | |
dataAction | Action |
the action to execute if data is returned |
errorAction | Action |
the action to execute if an error is returned |
Résultat | IAsyncResult |