UnitProcessor<(Of <(<'TArguments, TResult>)>)> Members
The UnitProcessor<(Of <(<'TArguments, TResult>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BuildRequest |
Return ValueHttpRequestMessage corresponding the arguments. |
|
|
EndProcessing | |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
HandleError |
Handle cases where the response indicated an error.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Process(HttpContent) |
Process HttpContent
|
|
|
Process(TResult) | |
|
|
ProcessAsync |
Async version of Process(HttpContent)
|
|
|
ProcessJsonAsync |
Async version of Process(HttpContent)
|
|
|
ProcessResponseAsync |
Process task representing HTTP response
|
|
|
ProcessSet(IEnumerable<(Of <<'(TArguments>)>>)) |
Process set of arguments
|
|
|
ProcessSet(IReadOnlyList<(Of <<'(TArguments>)>>)) |
Process set
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ArgumentSet |
Data for unit of work that this instance is currently processing. Should be set
by BuildRequest(TArguments).
|
|
|
Request |
Request for unit of work currently being processed.
|
|
|
Response |
HTTP response for unit of work currently being processed.
|
|
|
Result |

