Udostępnij za pośrednictwem


ConstructionCall Konstruktory

Definicja

Przeciążenia

ConstructionCall(Header[])

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Inicjuje ConstructionCall nowe wystąpienie klasy z tablicy nagłówków komunikacji wirtualnej.

ConstructionCall(IMessage)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Inicjuje ConstructionCall nowe wystąpienie klasy, kopiując istniejący komunikat.

ConstructionCall(Header[])

Inicjuje ConstructionCall nowe wystąpienie klasy z tablicy nagłówków komunikacji wirtualnej.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 ConstructionCall(cli::array <System::Runtime::Remoting::Messaging::Header ^> ^ headers);
public ConstructionCall (System.Runtime.Remoting.Messaging.Header[] headers);
new System.Runtime.Remoting.Messaging.ConstructionCall : System.Runtime.Remoting.Messaging.Header[] -> System.Runtime.Remoting.Messaging.ConstructionCall
Public Sub New (headers As Header())

Parametry

headers
Header[]

Tablica nagłówków komunikacji zdalniej, które zawierają pary klucz-wartość. Ta tablica służy do inicjowania ConstructionCall pól dla tych nagłówków należących do przestrzeni nazw "http://schemas.microsoft.com/clr/soap/messageProperties".

Uwagi

Klasa ConstructionCall jest używana przez infrastrukturę komunikacji zdalną .NET Framework. Nie trzeba bezpośrednio tworzyć wystąpienia ConstructionCall klasy. Zamiast tego należy użyć interfejsu IConstructionCallMessage .

Dotyczy

ConstructionCall(IMessage)

Inicjuje ConstructionCall nowe wystąpienie klasy, kopiując istniejący komunikat.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 ConstructionCall(System::Runtime::Remoting::Messaging::IMessage ^ m);
public ConstructionCall (System.Runtime.Remoting.Messaging.IMessage m);
new System.Runtime.Remoting.Messaging.ConstructionCall : System.Runtime.Remoting.Messaging.IMessage -> System.Runtime.Remoting.Messaging.ConstructionCall
Public Sub New (m As IMessage)

Parametry

m
IMessage

Wiadomość zdalna.

Uwagi

Klasa ConstructionCall jest używana przez infrastrukturę komunikacji zdalną .NET Framework. Nie trzeba bezpośrednio tworzyć wystąpienia ConstructionCall klasy. Zamiast tego należy użyć interfejsu IConstructionCallMessage .

Dotyczy