MethodDispatcherBase.CreateWrappedResponseBody(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.
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