C# 클래스 GHInsights.DataFactory.MongoDbDumpTransformActivity

상속: IDotNetActivity
파일 보기 프로젝트 열기: Microsoft/ghinsights 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Execute() 공개 메소드

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
리턴 string>.IDictionary