Share via


ProxyBase.GetReturnValue(Int32, Int32, Object) Method

Definition

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