Udostępnij za pośrednictwem


IContextPropertyActivator.DeliverServerContextToClientContext Metoda

Definicja

Wywołana dla każdej właściwości kontekstu klienta, która ma ten interfejs, gdy żądanie konstruowania powróci do klienta z serwera.

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

public:
 bool DeliverServerContextToClientContext(System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ msg);
public bool DeliverServerContextToClientContext (System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
[System.Security.SecurityCritical]
public bool DeliverServerContextToClientContext (System.Runtime.Remoting.Activation.IConstructionReturnMessage msg);
abstract member DeliverServerContextToClientContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> bool
[<System.Security.SecurityCritical>]
abstract member DeliverServerContextToClientContext : System.Runtime.Remoting.Activation.IConstructionReturnMessage -> bool
Public Function DeliverServerContextToClientContext (msg As IConstructionReturnMessage) As Boolean

Parametry

Zwraca

Wartość true w przypadku powodzenia; w przeciwnym razie wartość false.

Atrybuty

Uwagi

Właściwość kontekstu może zbadać zawartość obiektu IConstructionReturnMessage.

Dotyczy