Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TimestampService"/> class.
 /// </summary>
 /// <param name="test">The test to be used by this <see cref="TimestampService"/>.</param>
 public TimestampService(TimestampTest test)
 {
     m_test          = test;
     PublishMetadata = true;
     PersistSettings = true;
     Endpoints       = "http.rest://localhost:6102/timestamptest";
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TimestampService"/> class.
 /// </summary>
 /// <param name="test">The test to be used by this <see cref="TimestampService"/>.</param>
 public TimestampService(TimestampTest test)
 {
     m_test = test;
     PublishMetadata = true;
     PersistSettings = true;
     Endpoints = "http.rest://localhost:6102/timestamptest";
 }