UpdaterProcessor Constructor (String, Object) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Construct an UpdaterProcessor for a given member name.
            
 
    Namespace: 
   Tangosol.Util.Processor
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic UpdaterProcessor(
	string member,
	Object value
)
Parameters
- member
 - Type: SystemString
            A member name to make a ReflectionUpdater for;
            this parameter can also be a dot-delimited sequence of member
            names which would result in using a
            CompositeUpdater.
             - value
 - Type: SystemObject
            The value to update the target entry with.
             
Remarks
            The member must have a single parameter of a .NET type
            compatible with the specified value type.
            
See Also