System.Runtime.Remoting.Activation Namespace
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.
Provides classes and objects that support server and client activation of remote objects.
Classes
UrlAttribute |
Defines an attribute that can be used at the call site to specify the URL where the activation will happen. This class cannot be inherited. |
Interfaces
IActivator |
Provides the basic functionality for a remoting activator class. |
IConstructionCallMessage |
Represents the construction call request of an object. |
IConstructionReturnMessage |
Identifies a IMethodReturnMessage that is returned after attempting to activate a remote object. |
Enums
ActivatorLevel |
Defines the appropriate position for a Activator in the chain of activators. |