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
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