Click or drag to resize

IClientMessageIsComplete Method

Checks the frame size and total data size to validate the message size.

Namespace:  Hazelcast.Client.Protocol
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
bool IsComplete()

Return Value

Type: Boolean
true if the message is constructed.
See Also