WellKnownObjectMode Enumeration

 

Defines how well-known objects are activated.

Namespace:   System.Runtime.Remoting
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class WellKnownObjectMode

Member nameDescription
SingleCall

Every incoming message is serviced by a new object instance.

Singleton

Every incoming message is serviced by the same object instance.

Well-known objects are objects exposed on the server end. The current enumerator is used by the RemotingConfiguration::RegisterWellKnownServiceType method on the server side.

.NET Framework
Available since 1.1
Return to top
Show: