コード例 #1
0
ファイル: FlatlineService.cs プロジェクト: rmc00/gsf
 /// <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";
 }
コード例 #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";
 }