This documentation is archived and is not being maintained.
ReturnMessage Properties
Visual Studio 2010
The ReturnMessage type exposes the following members.
| Name | Description | |
|---|---|---|
|
ArgCount | Gets the number of arguments of the called method. |
|
Args | Gets a specified argument passed to the method called on the remote object. |
|
Exception | Gets the exception that was thrown during the remote method call. |
|
HasVarArgs | Gets a value indicating whether the called method accepts a variable number of arguments. |
|
LogicalCallContext | Gets the LogicalCallContext of the called method. |
|
MethodBase | Gets the MethodBase of the called method. |
|
MethodName | Gets the name of the called method. |
|
MethodSignature | Gets an array of Type objects containing the method signature. |
|
OutArgCount | Gets the number of out or ref arguments on the called method. |
|
OutArgs | Gets a specified object passed as an out or ref parameter to the called method. |
|
Properties | Gets an IDictionary of properties contained in the current ReturnMessage. |
|
ReturnValue | Gets the object returned by the called method. |
|
TypeName | Gets the name of the type on which the remote method was called. |
|
Uri | Gets or sets the URI of the remote object on which the remote method was called. |
Show: