ProxyBase.GetReturnValue(Int32, Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is used by the generated proxy type and should be used directly. This method converts the Task with object return value to a Task without the return value for the void method invocation
protected abstract object GetReturnValue (int interfaceId, int methodId, object responseBody);
abstract member GetReturnValue : int * int * obj -> obj
Protected MustOverride Function GetReturnValue (interfaceId As Integer, methodId As Integer, responseBody As Object) As Object
Parameters
- interfaceId
- Int32
Interface Id for the actor interface.
- methodId
- Int32
Method Id for the actor method.
- responseBody
- Object
Response body.
Returns
Return value of method call as Object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET