WellKnownObjectMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how well-known objects are activated.
public enum class WellKnownObjectMode
[System.Serializable]
public enum WellKnownObjectMode
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum WellKnownObjectMode
[<System.Serializable>]
type WellKnownObjectMode =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type WellKnownObjectMode =
Public Enum WellKnownObjectMode
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Singleton | 1 | Every incoming message is serviced by the same object instance. |
SingleCall | 2 | Every incoming message is serviced by a new object instance. |
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.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.