共用方式為


InternalRemotingServices.SetServerIdentity(MethodCall, Object) 方法

定義

重要

此 API 不符合 CLS 規範。

針對由用戶端至伺服器的每個方法呼叫,設定遠端伺服器物件的內部識別資訊。

public:
 static void SetServerIdentity(System::Runtime::Remoting::Messaging::MethodCall ^ m, System::Object ^ srvID);
[System.CLSCompliant(false)]
public static void SetServerIdentity (System.Runtime.Remoting.Messaging.MethodCall m, object srvID);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
public static void SetServerIdentity (System.Runtime.Remoting.Messaging.MethodCall m, object srvID);
[<System.CLSCompliant(false)>]
static member SetServerIdentity : System.Runtime.Remoting.Messaging.MethodCall * obj -> unit
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
static member SetServerIdentity : System.Runtime.Remoting.Messaging.MethodCall * obj -> unit
Public Shared Sub SetServerIdentity (m As MethodCall, srvID As Object)

參數

m
MethodCall

MethodCall,表示遠端物件上的方法呼叫。

srvID
Object

遠端伺服器物件的內部識別資訊。

屬性

備註

您不需要呼叫 static 類別的方法 InternalRemotingServices

適用於