Exemplo n.º 1
0
 /// <summary>
 /// Creates a new instance of the <see cref="HDP"/> class to request service information from servers.
 /// </summary>
 /// <param name="instance">The current instance.</param>
 /// <param name="service">The service to request.</param>
 public HDP(ErebusInstance instance, HDPService service) : base(instance)
 {
     id       = Guid.NewGuid();
     _service = service;
     instances.Add(id, this);
 }
Exemplo n.º 2
0
 internal HDPResponseReceivedEventArgs(ErebusAddress server, HDPService service)
 {
     _server  = server;
     _service = service;
 }