コード例 #1
0
ファイル: CloudService.cs プロジェクト: llenroc/API
 CloudService()
 {
     Deployments        = new DeploymentSet(GetDeploymentsAsync);
     Certificates       = new LatentSequence <ServiceCertificate>(GetCertificatesAsync);
     WebWorkerRoleSizes = new List <string>();
     Extensions         = new LatentSequence <Extension>(GetExtensionsAsync);
 }
コード例 #2
0
ファイル: CloudService.cs プロジェクト: AntoineGa/API
 CloudService()
 {
     Deployments  = new DeploymentSet(GetDeploymentsAsync);
     Certificates = new LatentSequence <ServiceCertificate>(GetCertificatesAsync);
 }