  | ClientNetworkConfigIsRedoOperation Method  | 
 
            Specifies whether the redo operations are enabled or not.
            
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntaxpublic virtual bool IsRedoOperation()
Public Overridable Function IsRedoOperation As Boolean
public:
virtual bool IsRedoOperation()
abstract IsRedoOperation : unit -> bool 
override IsRedoOperation : unit -> bool 
Return Value
Type: 
Boolean
See Also