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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.