Click or drag to resize

SumTaskTKey Methods

The SumTaskTKey type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFinish Method called after the last record was processed.
(Inherited from AccumulatorTaskTKey, TValue)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNotifyConfigurationChanged Indicates the configuration has been changed. ApplyConfiguration(Object, DfsConfiguration, JetConfiguration, TaskContext) calls this method after setting the configuration.
(Inherited from AccumulatorTaskTKey, TValue)
Public methodProcessRecord Method called for each record in the task's input.
(Inherited from AccumulatorTaskTKey, TValue)
Public methodRun Runs the task.
(Inherited from PushTaskTInput, TOutput)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also