SdlChannelSinkProvider.GetChannelData(IChannelDataStore) Méthode

Définition

Retourne les données de canal pour le canal auquel le récepteur en cours est associé.

public:
 virtual void GetChannelData(System::Runtime::Remoting::Channels::IChannelDataStore ^ localChannelData);
public void GetChannelData (System.Runtime.Remoting.Channels.IChannelDataStore localChannelData);
abstract member GetChannelData : System.Runtime.Remoting.Channels.IChannelDataStore -> unit
override this.GetChannelData : System.Runtime.Remoting.Channels.IChannelDataStore -> unit
Public Sub GetChannelData (localChannelData As IChannelDataStore)

Paramètres

localChannelData
IChannelDataStore

Objet IChannelDataStore dans lequel les données de canal doivent être retournées.

Implémente

S’applique à