ClientResult<T> members
Represents the result of a client method invocation.
The ClientResult<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientResult<T> | Initializes a new instance of the ClientResult<T> class. |
Top
Properties
Name | Description | |
---|---|---|
Value | Gets the returned result. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IFromJson.CustomFromJson | Returns a flag that indicates whether custom code is used to initialize the returned result. This member is reserved for internal use and is not intended to be used directly from your code. | |
IFromJson.FromJson | This member is reserved for internal use and is not intended to be used directly from your code. |
Top