AsyncHandlerTParameters, TResponse Constructor  | 
  
    Namespace: 
   DotNetBrowser.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntaxpublic AsyncHandler(
	Func<TParameters, Task<TResponse>> func
)
Parameters
- func
 - Type: SystemFuncTParameters, TaskTResponse
The function that must be executed when the Handle(TParameters) method is called. 
Exceptions| Exception | Condition | 
|---|
| ArgumentException | The func is null. | 
See Also