Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft