コード例 #1
0
 /// <summary>
 ///     Initializes a new instance of the WaitAzureHDInsightJobCmdlet class.
 /// </summary>
 public WaitAzureHDInsightJobCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateWaitJobs();
 }
コード例 #2
0
 /// <summary>
 ///     Initializes a new instance of the WaitAzureHDInsightJobCmdlet class.
 /// </summary>
 public WaitAzureHDInsightJobCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateWaitJobs();
 }