You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
55
55
/// for topic tokens such as "modelId" which should be the same for the duration of this service's lifetime. Note that
56
-
/// additional topic tokens can be specified when starting the service with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/> and
57
-
/// can be specified per-telemetry message.
56
+
/// additional topic tokens can be specified per-telemetry message.
58
57
/// </param>
59
58
public Service(ApplicationContext applicationContext, IMqttPubSubClient mqttClient, Dictionary<string, string>? topicTokenMap = null)
/// <param name="mqttClient">The MQTT client to use.</param>
248
235
/// <param name="topicTokenMap">
249
236
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
250
-
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime. Note that
251
-
/// additional topic tokens can be specified when starting the client with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/>.
237
+
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime.
252
238
/// </param>
253
239
public Client(ApplicationContext applicationContext, IMqttPubSubClient mqttClient, Dictionary<string, string>? topicTokenMap = null)
Copy file name to clipboardExpand all lines: dotnet/samples/Protocol/CloudEvents/Oven/Oven.g.cs
+2-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ public abstract partial class Service : IAsyncDisposable
33
33
/// <param name="topicTokenMap">
34
34
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
35
35
/// for topic tokens such as "modelId" which should be the same for the duration of this service's lifetime. Note that
36
-
/// additional topic tokens can be specified when starting the service with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/> and
37
-
/// can be specified per-telemetry message.
36
+
/// additional topic tokens can be specified per-telemetry message.
@@ -109,8 +108,7 @@ public abstract partial class Client
109
108
/// <param name="mqttClient">The MQTT client to use.</param>
110
109
/// <param name="topicTokenMap">
111
110
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
112
-
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime. Note that
113
-
/// additional topic tokens can be specified when starting the client with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/>.
111
+
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime.
Copy file name to clipboardExpand all lines: dotnet/samples/Protocol/ReadCloudEvents/Oven/Oven.g.cs
+2-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ public abstract partial class Service : IAsyncDisposable
33
33
/// <param name="topicTokenMap">
34
34
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
35
35
/// for topic tokens such as "modelId" which should be the same for the duration of this service's lifetime. Note that
36
-
/// additional topic tokens can be specified when starting the service with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/> and
37
-
/// can be specified per-telemetry message.
36
+
/// additional topic tokens can be specified per-telemetry message.
@@ -109,8 +108,7 @@ public abstract partial class Client
109
108
/// <param name="mqttClient">The MQTT client to use.</param>
110
109
/// <param name="topicTokenMap">
111
110
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
112
-
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime. Note that
113
-
/// additional topic tokens can be specified when starting the client with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/>.
111
+
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime.
Copy file name to clipboardExpand all lines: dotnet/samples/Protocol/TestEnvoys/Counter/Counter.g.cs
+6-28Lines changed: 6 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,7 @@ public abstract partial class Service : IAsyncDisposable
37
37
/// <param name="topicTokenMap">
38
38
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
39
39
/// for topic tokens such as "modelId" which should be the same for the duration of this service's lifetime. Note that
40
-
/// additional topic tokens can be specified when starting the service with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/> and
41
-
/// can be specified per-telemetry message.
40
+
/// additional topic tokens can be specified per-telemetry message.
@@ -200,8 +187,7 @@ public abstract partial class Client : IAsyncDisposable
200
187
/// <param name="mqttClient">The MQTT client to use.</param>
201
188
/// <param name="topicTokenMap">
202
189
/// The topic token replacement map to use for all operations by default. Generally, this will include the token values
203
-
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime. Note that
204
-
/// additional topic tokens can be specified when starting the client with <see cref="StartAsync(Dictionary{string, string}?, int?, CancellationToken)"/>.
190
+
/// for topic tokens such as "modelId" which should be the same for the duration of this client's lifetime.
0 commit comments