RemotingServices 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供多种使用和发布远程对象及代理的方法。 此类不能被继承。
public ref class RemotingServices sealed
public ref class RemotingServices abstract sealed
public sealed class RemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class RemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
public static class RemotingServices
type RemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type RemotingServices = class
Public NotInheritable Class RemotingServices
Public Class RemotingServices
- 继承
-
RemotingServices
- 属性
注解
除非你是处理激活、生存期管理或事务等问题的服务提供商,否则不需要区分代理引用和对象引用。 远程处理基础结构使用透明代理,给人留下远程对象驻留在客户端空间中的印象。 代理通过将对代理的调用转发到远程位置的真实对象来实现此目的。