Method | Description | |
---|---|---|
CreateExceptionalResult ( |
Creates a new ServiceResult object for a failed result, the sets the exception.
|
|
ServiceResult ( ) : System |
Initializes a new instance of the ServiceResult class.
|
|
TryGetElement ( ) : |
Attempt to process and return the root element of a successful request. Returns null if there was an Exception.
|
Method | Description | |
---|---|---|
ProcessResponse ( ) : void |
Process the response text.
|
|
SetResult ( |
Sets the result.
|
public static CreateExceptionalResult ( |
||
except | The Exception object. | |
return |
protected SetResult ( |
||
result | The LINQ element for the result. | |
return | void |