Method DontCare
DontCare(AsyncRequest<T>)
You can use this method to complete a request without needing a lambda function. Passing null will likely cause work to be skipped, but passing this will do it and complete.
Declaration
public static AsyncRequest.Result DontCare(AsyncRequest<T> r)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncRequest<T> | r |
Returns
| Type | Description |
|---|---|
| AsyncRequest.Result |