This documentation is archived and is not being maintained.
RemotingConfiguration::RegisterWellKnownServiceType Method
Visual Studio 2010
Registers an object Type on the service end as a well-known type (single call or singleton).
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RegisterWellKnownServiceType(WellKnownServiceTypeEntry) | Registers an object Type recorded in the provided WellKnownServiceTypeEntry on the service end as a well-known type. |
|
RegisterWellKnownServiceType(Type, String, WellKnownObjectMode) | Registers an object Type on the service end as a well-known type, using the given parameters to initialize a new instance of WellKnownServiceTypeEntry. |
Show: