IEntryProcessorTKey, TValueGetBackupProcessor Method Hazelcast .Net Client Class Library
Get the entry processor to be applied to backup entries.

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

IEntryBackupProcessor<TKey, TValue> GetBackupProcessor()

Return Value

Type: IEntryBackupProcessorTKey, TValue
back up processor
Remarks

Get the entry processor to be applied to backup entries.

See Also

Reference