We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db30043 commit a3a26f8Copy full SHA for a3a26f8
tutorials/nservicebus-step-by-step/1-getting-started/Snippets/Core_9/Lesson1.cs
@@ -55,7 +55,7 @@ static async Task Steps(string[] args)
55
#endregion
56
57
#region LearningTransport
58
- var transport = endpointConfiguration.UseTransport<LearningTransport>();
+ var transport = endpointConfiguration.UseTransport(new LearningTransport());
59
60
61
#region Startup
0 commit comments