WellKnownObjectMode Enumeration
.NET Framework (current version)
Defines how well-known objects are activated.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 1.1
Show: