Click or drag to resize
Akka.NETProtobufDecoderDecode Method

[Missing <summary> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufDecoder.Decode(DotNetty.Transport.Channels.IChannelHandlerContext,DotNetty.Buffers.IByteBuffer,System.Collections.Generic.List{System.Object})"]

Namespace:  Akka.Remote.TestKit.Proto
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void Decode(
	IChannelHandlerContext context,
	IByteBuffer input,
	List<Object> output
)

Parameters

context
Type: IChannelHandlerContext

[Missing <param name="context"/> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufDecoder.Decode(DotNetty.Transport.Channels.IChannelHandlerContext,DotNetty.Buffers.IByteBuffer,System.Collections.Generic.List{System.Object})"]

input
Type: IByteBuffer

[Missing <param name="input"/> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufDecoder.Decode(DotNetty.Transport.Channels.IChannelHandlerContext,DotNetty.Buffers.IByteBuffer,System.Collections.Generic.List{System.Object})"]

output
Type: System.Collections.GenericListObject

[Missing <param name="output"/> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufDecoder.Decode(DotNetty.Transport.Channels.IChannelHandlerContext,DotNetty.Buffers.IByteBuffer,System.Collections.Generic.List{System.Object})"]

See Also