NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReturnMessage Class

This class implements IMethodReturnMessage which is used to return a message in response to a method call on an object at the end of the message sink.

Object
   ReturnMessage

[Visual Basic]
Public Class ReturnMessage
   Implements IMethodReturnMessage, IMethodMessage, IMessage
[C#]
public class ReturnMessage : IMethodReturnMessage, IMethodMessage,
   IMessage
[C++]
public __gc class ReturnMessage : public IMethodReturnMessage,
   IMethodMessage, IMessage
[JScript]
public class ReturnMessage implements IMethodReturnMessage,
   IMethodMessage, IMessage

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

ReturnMessage Members | System.Runtime.Remoting Namespace