InternalRemotingServices.SetServerIdentity 方法

为从客户端到服务器的每个方法调用设置远程服务器对象的内部标识信息。

此方法不符合 CLS。 

**命名空间:**System.Runtime.Remoting
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Shared Sub SetServerIdentity ( _
    m As MethodCall, _
    srvID As Object _
)
用法
Dim m As MethodCall
Dim srvID As Object

InternalRemotingServices.SetServerIdentity(m, srvID)
[CLSCompliantAttribute(false)] 
public static void SetServerIdentity (
    MethodCall m,
    Object srvID
)
[CLSCompliantAttribute(false)] 
public:
static void SetServerIdentity (
    MethodCall^ m, 
    Object^ srvID
)
/** @attribute CLSCompliantAttribute(false) */ 
public static void SetServerIdentity (
    MethodCall m, 
    Object srvID
)
CLSCompliantAttribute(false) 
public static function SetServerIdentity (
    m : MethodCall, 
    srvID : Object
)

参数

  • m
    表示远程对象上的方法调用的 MethodCall
  • srvID
    远程服务器对象的内部标识信息。

备注

不必调用 InternalRemotingServices 类的 static 方法。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

InternalRemotingServices 类
InternalRemotingServices 成员
System.Runtime.Remoting 命名空间