Пример #1
0
 /// <summary>
 /// Creates an instance of the <see cref="T:Aneka.UI.Reporting.ReportManager"/>
 /// and initializes it with the given <see cref="T:Aneka.Entity.ServiceAddress"/>
 /// and <see cref="T:Aneka.Security.UserCredentials"/>.
 /// </summary>
 public ReportManager(ServiceAddress serviceAddress, UserCredentials userCredentials)
 {
     this.serviceAddress = serviceAddress;
     this.userCredentials = userCredentials;
     this.securityToken = userCredentials.ToByte();
 }