| 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.11
Syntax Function IsComplete As Boolean
abstract IsComplete : unit -> bool
Return Value
Type:
Booleantrue if the message is constructed.
See Also