C# Class GHInsights.DataFactory.MongoDbDumpTransformActivity

Inheritance: IDotNetActivity
Afficher le fichier Open project: Microsoft/ghinsights Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat string>.IDictionary