MethodCall Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy MethodCall.
Przeciążenia
MethodCall(Header[]) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Inicjuje nowe wystąpienie MethodCall klasy z tablicy nagłówków komunikacji zdalnej. |
MethodCall(IMessage) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Inicjuje nowe wystąpienie MethodCall klasy przez skopiowanie istniejącego komunikatu. |
MethodCall(Header[])
Inicjuje nowe wystąpienie MethodCall klasy z tablicy nagłówków komunikacji zdalnej.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
public:
MethodCall(cli::array <System::Runtime::Remoting::Messaging::Header ^> ^ h1);
public MethodCall (System.Runtime.Remoting.Messaging.Header[] h1);
[System.Security.SecurityCritical]
public MethodCall (System.Runtime.Remoting.Messaging.Header[] h1);
new System.Runtime.Remoting.Messaging.MethodCall : System.Runtime.Remoting.Messaging.Header[] -> System.Runtime.Remoting.Messaging.MethodCall
[<System.Security.SecurityCritical>]
new System.Runtime.Remoting.Messaging.MethodCall : System.Runtime.Remoting.Messaging.Header[] -> System.Runtime.Remoting.Messaging.MethodCall
Public Sub New (h1 As Header())
Parametry
- h1
- Header[]
Tablica nagłówków komunikacji zdalnej, która zawiera pary klucz/wartość. Ta tablica służy do inicjowania pól MethodCall dla nagłówków należących do przestrzeni nazw " http://schemas.microsoft.com/clr/soap/messageProperties ".
- Atrybuty
Uwagi
Klasa MethodCall jest używana przez infrastrukturę komunikacji zdalnej .NET Framework. Nie musisz bezpośrednio tworzyć wystąpienia klasy . Zamiast MethodCall tego użyj IMethodCallMessage interfejsu .
Dotyczy
MethodCall(IMessage)
Inicjuje nowe wystąpienie MethodCall klasy przez skopiowanie istniejącego komunikatu.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
public:
MethodCall(System::Runtime::Remoting::Messaging::IMessage ^ msg);
public MethodCall (System.Runtime.Remoting.Messaging.IMessage msg);
[System.Security.SecurityCritical]
public MethodCall (System.Runtime.Remoting.Messaging.IMessage msg);
new System.Runtime.Remoting.Messaging.MethodCall : System.Runtime.Remoting.Messaging.IMessage -> System.Runtime.Remoting.Messaging.MethodCall
[<System.Security.SecurityCritical>]
new System.Runtime.Remoting.Messaging.MethodCall : System.Runtime.Remoting.Messaging.IMessage -> System.Runtime.Remoting.Messaging.MethodCall
Public Sub New (msg As IMessage)
Parametry
- msg
- IMessage
Komunikat komunikacji zdalnej.
- Atrybuty
Uwagi
Klasa MethodCall jest używana przez infrastrukturę komunikacji zdalnej .NET Framework. Nie musisz bezpośrednio tworzyć wystąpienia klasy . Zamiast MethodCall tego użyj IMethodCallMessage interfejsu .