System.Runtime.Remoting.Activation.IConstructionReturnMessage Interface

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Activation
Summary
Identifies an IMethodReturnMessage that is returned after attempting to activate a remote object.
C# Syntax:
public interface IConstructionReturnMessage : IMethodReturnMessage, IMethodMessage, IMessage
Remarks
The message implementing IConstructionReturnMessage returns the result of the construction request sent with the IConstructionCallMessage.
See also:
System.Runtime.Remoting.Activation Namespace

System.Runtime.Remoting.Activation.IConstructionReturnMessage Member List:

Hierarchy:


System.Runtime.Remoting.Activation.IConstructionReturnMessage Member Details

Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.