| ReactionDynamicsAccumuateRange Method |
Note: This API is now obsolete.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax [ObsoleteAttribute("Use AccumulateRange instead.")]
public void AccumuateRange(
IDictionary<DateTime, int> values
)
<ObsoleteAttribute("Use AccumulateRange instead.")>
Public Sub AccumuateRange (
values As IDictionary(Of DateTime, Integer)
)
Parameters
- values
- Type: System.Collections.GenericIDictionaryDateTime, Int32
See Also