Visual Basic (Declaration) | |
---|---|
Public Overrides NotOverridable Function BuildChannelListener(Of TChannel As {Class, IChannel})( _ ByVal context As BindingContext _ ) As IChannelListener(Of TChannel) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GZipMessageEncodingBindingElement Dim context As BindingContext Dim value As IChannelListener(Of TChannel) value = instance.BuildChannelListener(Of TChannel)(context) |
C# | |
---|---|
public override IChannelListener<TChannel> BuildChannelListener<TChannel>( BindingContext context ) where TChannel: class, IChannel |
C++/CLI | |
---|---|
public: IChannelListener<TChannel^>^ BuildChannelListenergeneric<typename TChannel> ( BindingContext^ context ) override where TChannel: ref class, IChannel |
Parameters
- context
Type Parameters
- TChannel
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family