Click or drag to resize
Akka.NETProtobufEncoderEncode Method

[Missing <summary> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufEncoder.Encode(DotNetty.Transport.Channels.IChannelHandlerContext,System.Object,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 Encode(
	IChannelHandlerContext context,
	Object message,
	List<Object> output
)

Parameters

context
Type: IChannelHandlerContext

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

message
Type: SystemObject

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

output
Type: System.Collections.GenericListObject

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

See Also