ServerChannelSinkStack.Store(IServerChannelSink, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Memorizza un sink dei messaggi e il relativo stato associato per la successiva elaborazione asincrona.
public:
virtual void Store(System::Runtime::Remoting::Channels::IServerChannelSink ^ sink, System::Object ^ state);
public void Store (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
[System.Security.SecurityCritical]
public void Store (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Store : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Store (sink As IServerChannelSink, state As Object)
Parametri
- sink
- IServerChannelSink
Sink di canale del server.
- state
- Object
Stato associato a sink
.
Implementazioni
- Attributi
Eccezioni
Lo stack di sink corrente è vuoto.
-oppure-
Il sink specificato non è stato mai inserito nello stack corrente.
Commenti
Il Store metodo è destinato all'uso solo dall'infrastruttura remota di .NET Framework. Non è consigliabile chiamarla direttamente.