示例#1
0
 CloudService()
 {
     Deployments        = new DeploymentSet(GetDeploymentsAsync);
     Certificates       = new LatentSequence <ServiceCertificate>(GetCertificatesAsync);
     WebWorkerRoleSizes = new List <string>();
     Extensions         = new LatentSequence <Extension>(GetExtensionsAsync);
 }
示例#2
0
 CloudService()
 {
     Deployments  = new DeploymentSet(GetDeploymentsAsync);
     Certificates = new LatentSequence <ServiceCertificate>(GetCertificatesAsync);
 }