IServerChannelSinkProvider.GetChannelData(IChannelDataStore) Metoda

Definicja

Zwraca dane kanału dla kanału skojarzonego z bieżącym ujściem.

C#
public void GetChannelData (System.Runtime.Remoting.Channels.IChannelDataStore channelData);
C#
[System.Security.SecurityCritical]
public void GetChannelData (System.Runtime.Remoting.Channels.IChannelDataStore channelData);

Parametry

channelData
IChannelDataStore

IChannelDataStore Obiekt, w którym mają zostać zwrócone dane kanału.

Atrybuty

Wyjątki

Bezpośredni obiekt wywołujący nie ma uprawnień do infrastruktury.

Przykłady

C#
string[] channelUri = new String[5];
IChannelDataStore myIChannelDataStore  = new ChannelDataStore(channelUri);
IChannelDataStore myIChannelDataStore1 = new ChannelDataStore(channelUri);
myIServerChannelSinkProvider.GetChannelData(myIChannelDataStore);
myIServerChannelSinkProvider1.GetChannelData(myIChannelDataStore1);

Dotyczy

Produkt Wersje
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1