System.Runtime.Remoting.WellKnownObjectMode Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting
Summary
Defines how well-known objects are activated.
C# Syntax:
[Serializable]
public 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.
See also:
System.Runtime.Remoting Namespace

System.Runtime.Remoting.WellKnownObjectMode Member List:

Public Fields
SingleCall Every incoming message is serviced by a new object instance.
Singleton Every incoming message is serviced by the same object instance.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.