AsValue Method
Overloads
AsValue<T>(Response, String) |
Convenience method to create instances from the response |
AsValue<T>(Response, String)
Convenience method to create instances from the response
Declaration
protected T AsValue<T>(Response response, string parameterName)
Parameters
Type | Name | Description |
---|---|---|
Response | response |
the Response object to handle |
System.String | parameterName |
the specific result property to handle |
Returns
Type | Description |
---|---|
T |
an instance of T based of the response result property content |
Type Parameters
Name | Description |
---|---|
T |
the expected result type |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!