System.Runtime.Remoting.WellKnownObjectMode Enumeration

Defines how well-known objects are activated.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum WellKnownObjectMode

Remarks

Well-known objects are objects exposed on the server end. The current enumerator is used by the RemotingConfiguration.RegisterWellKnownServiceType(Type, string, WellKnownObjectMode) method on the server side.

Members

Member NameDescription
SingleCall

Every incoming message is serviced by a new object instance.

Singleton

Every incoming message is serviced by the same object instance.

Requirements

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