Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FlatlineService"/> class.
 /// </summary>
 /// <param name="test">The test to be used by this <see cref="FlatlineService"/>.</param>
 public FlatlineService(FlatlineTest test)
 {
     m_test = test;
     PublishMetadata = true;
     PersistSettings = true;
     Endpoints = "http.rest://localhost:6100/flatlinetest";
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FlatlineService"/> class.
 /// </summary>
 /// <param name="test">The test to be used by this <see cref="FlatlineService"/>.</param>
 public FlatlineService(FlatlineTest test)
 {
     m_test          = test;
     PublishMetadata = true;
     PersistSettings = true;
     Endpoints       = "http.rest://localhost:6100/flatlinetest";
 }