VersionedPutAll Constructor | 
| Name | Description | |
|---|---|---|
| VersionedPutAll | 
            Default constructor.
              | |
| VersionedPutAll(IDictionary) | 
            Construct a VersionedPutAll processor that updates an
            entry with a new value if and only if the version of the new
            value matches to the version of the current entry's value (which
            must exist).
              | |
| VersionedPutAll(IDictionary, Boolean, Boolean) | 
             Construct a VersionedPutAll processor that updates an
             entry with a new value if and only if the version of the new
             value matches to the version of the current entry's value (which
             must exist).
               |