C# Class GHInsights.DataFactory.MongoDbDumpTransformActivity

Inheritance: IDotNetActivity
Show file Open project: Microsoft/ghinsights Class Usage Examples

Public Methods

Method Description
Execute ( IEnumerable linkedServices, IEnumerable datasets, Activity activity, IActivityLogger logger ) : string>.IDictionary

Execute method is the only method of IDotNetActivity interface you must implement. In this sample, the method invokes the Calculate method to perform the core logic.

Method Details

Execute() public method

Execute method is the only method of IDotNetActivity interface you must implement. In this sample, the method invokes the Calculate method to perform the core logic.
public Execute ( IEnumerable linkedServices, IEnumerable datasets, Activity activity, IActivityLogger logger ) : string>.IDictionary
linkedServices IEnumerable
datasets IEnumerable
activity Activity
logger IActivityLogger
return string>.IDictionary