SdlChannelSinkProvider.GetChannelData(IChannelDataStore) Metodo

Definizione

Restituisce i dati di canale relativi al canale a cui è associato il sink corrente.

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)

Parametri

localChannelData
IChannelDataStore

Oggetto IChannelDataStore in cui devono essere restituiti i dati del canale.

Implementazioni

Si applica a