Property functor
functor
Callback functor to call when flush occurs. Accumulated data thus far is passed to functor.
Declaration
public Func<AsyncRequest<object>, AsyncRequest.Result> functor { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<AsyncRequest<object>, AsyncRequest.Result> |