This documentation is archived and is not being maintained.
WellKnownObjectMode Enumeration
.NET Framework 1.1
Defines how well-known objects are activated.
[Visual Basic] <Serializable> Public Enum WellKnownObjectMode [C#] [Serializable] public enum WellKnownObjectMode [C++] [Serializable] __value public enum WellKnownObjectMode [JScript] public Serializable enum WellKnownObjectMode
Remarks
Well-known objects are objects exposed on the server end. The current enumerator is used by the RemotingConfiguration.RegisterWellKnownServiceType method on the server side.
Members
| 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. |
Requirements
Namespace: System.Runtime.Remoting
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: