ServerChannelSinkStack.Push(IServerChannelSink, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute un push du récepteur spécifié et des informations associées à celui-ci dans la pile de récepteurs.
public:
virtual void Push(System::Runtime::Remoting::Channels::IServerChannelSink ^ sink, System::Object ^ state);
public void Push (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
[System.Security.SecurityCritical]
public void Push (System.Runtime.Remoting.Channels.IServerChannelSink sink, object state);
abstract member Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
[<System.Security.SecurityCritical>]
abstract member Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
override this.Push : System.Runtime.Remoting.Channels.IServerChannelSink * obj -> unit
Public Sub Push (sink As IServerChannelSink, state As Object)
Paramètres
- sink
- IServerChannelSink
Récepteur faisant l'objet d'un push dans la pile de récepteurs.
- state
- Object
Informations générées du côté demande qui sont nécessaires du côté réponse.
Implémente
- Attributs
Remarques
Les informations générées côté demande et spécifiées dans le state
paramètre sont retournées dans le state
paramètre de la AsyncProcessResponse méthode sur le récepteur correspondant.