System.Runtime.Remoting.Messaging.IMethodReturnMessage

Defines the method call return message interface.

See Also: IMethodReturnMessage Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface IMethodReturnMessage : IMethodMessage

Remarks

A method call return message represents the response to a method call on an object at the end of the message sink. An System.Runtime.Remoting.Messaging.IMethodReturnMessage is generated as a result of a method called on a remote object, and is used to return the results of the method call back to the caller.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0