CompositeUpdaterUpdate Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Update the state of the passed target object using the passed
            value.
            
 
    Namespace: 
   Tangosol.Util.Extractor
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Exceptions| Exception | Condition | 
|---|
| InvalidCastException | 
            If this IValueUpdater is incompatible with the passed target
            object or the value and the implementation requires the
            passed object or the value to be of a certain type.
             | 
| ArgumentException | 
            If this IValueUpdater cannot handle the passed target object or
            value for any other reason; an implementor should include a
            descriptive message.
             | 
See Also