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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.