MethodDispatcherBase.CreateWrappedResponseBody(Int32, Object) Method

Definition

Creates Wrapped Response Object for a method

protected abstract object CreateWrappedResponseBody (int methodId, object retVal);
abstract member CreateWrappedResponseBody : int * obj -> obj
Protected MustOverride Function CreateWrappedResponseBody (methodId As Integer, retVal As Object) As Object

Parameters

methodId
Int32

MethodId of the remoting method.

retVal
Object

Response for a method

Returns

Wrapped Ressponse object

Applies to