.NET Framework Class Library
RemotingServices Class

Provides several methods for using and publishing remoted objects and proxies. This class cannot be inherited.

Namespace:  System.Runtime.Remoting
Assembly:  mscorlib (in mscorlib.dll)
Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public NotInheritable Class RemotingServices
Visual Basic (Usage)
Dim instance As RemotingServices
C#
[ComVisibleAttribute(true)]
public sealed class RemotingServices
Visual C++
[ComVisibleAttribute(true)]
public ref class RemotingServices sealed
JScript
public final class RemotingServices
Remarks

Unless you are a service provider dealing with issues such as activation, lifetime management, or transactions, you do not need to distinguish between proxy references and object references. The remoting infrastructure uses transparent proxies that give the impression that the remote objects reside in the client's space. Proxies achieve this by forwarding calls made on them to the real objects at remote locations.

Inheritance Hierarchy

System..::.Object
  System.Runtime.Remoting..::.RemotingServices
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Tags :


Page view tracker