Méthode | Description | |
---|---|---|
MockFixedDataRequestGenerator ( string resultData ) : System |
Initializes a new instance of the MockFixedDataRequestGenerator class
|
|
StartRequest ( |
Start the request
|
public MockFixedDataRequestGenerator ( string resultData ) : System | ||
resultData | string | the data to return |
Résultat | System |
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 |