Compartilhar via


SdlChannelSinkProvider.GetChannelData(IChannelDataStore) Método

Definição

Retorna os dados de canal para o canal ao qual o coletor atual está associado.

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)

Parâmetros

localChannelData
IChannelDataStore

Um objeto IChannelDataStore no qual os dados de canal devem ser retornados.

Implementações

Aplica-se a