Click or drag to resize
Akka.NETAcknowledgementInfoBuilderSetNacks Method

[Missing <summary> documentation for "M:Akka.Remote.Proto.AcknowledgementInfo.Builder.SetNacks(System.Int32,System.UInt64)"]

Namespace:  Akka.Remote.Proto
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AcknowledgementInfoBuilder SetNacks(
	int index,
	ulong value
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Akka.Remote.Proto.AcknowledgementInfo.Builder.SetNacks(System.Int32,System.UInt64)"]

value
Type: SystemUInt64

[Missing <param name="value"/> documentation for "M:Akka.Remote.Proto.AcknowledgementInfo.Builder.SetNacks(System.Int32,System.UInt64)"]

Return Value

Type: AcknowledgementInfoBuilder

[Missing <returns> documentation for "M:Akka.Remote.Proto.AcknowledgementInfo.Builder.SetNacks(System.Int32,System.UInt64)"]

See Also