This documentation is archived and is not being maintained.
ReturnMessage Constructor (Object, array<Object>, Int32, LogicalCallContext, IMethodCallMessage)
Visual Studio 2010
Initializes a new instance of the ReturnMessage class with all the information returning to the caller after the method call.
Assembly: mscorlib (in mscorlib.dll)
public: ReturnMessage( Object^ ret, array<Object^>^ outArgs, int outArgsCount, LogicalCallContext^ callCtx, IMethodCallMessage^ mcm )
Parameters
- ret
- Type: System::Object
The object returned by the invoked method from which the current ReturnMessage instance originated.
- outArgs
- Type: array<System::Object>
The objects returned from the invoked method as out parameters.
- outArgsCount
- Type: System::Int32
The number of out parameters returned from the invoked method.
- callCtx
- Type: System.Runtime.Remoting.Messaging::LogicalCallContext
The LogicalCallContext of the method call.
- mcm
- Type: System.Runtime.Remoting.Messaging::IMethodCallMessage
The original method call to the invoked method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: