From bc088e3aa36331f36e4d651f7bfa323bee19447b Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 21 May 2025 17:32:00 -0700 Subject: [PATCH] remove crefs for old APIs --- .../LatencyRecorderMiddlewareExtensions.xml | 26 +++++++++---------- ...MessageLatencyContextFeatureExtensions.xml | 12 ++++----- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/xml/System.Cloud.Messaging/LatencyRecorderMiddlewareExtensions.xml b/xml/System.Cloud.Messaging/LatencyRecorderMiddlewareExtensions.xml index 2e0680442a4..58a29a6e92c 100644 --- a/xml/System.Cloud.Messaging/LatencyRecorderMiddlewareExtensions.xml +++ b/xml/System.Cloud.Messaging/LatencyRecorderMiddlewareExtensions.xml @@ -49,13 +49,13 @@ The builder for async processing pipeline. - Adds the to register the in pipeline to - create and set with the . + Adds the to register the ILatencyContextProvider in pipeline to + create and set ILatencyContext with the . to chain additional calls. - If the is already available in the workflow, + If the ILatencyContext is already available in the workflow, use the variant. Any argument is . @@ -87,11 +87,11 @@ - The type of implementation. + The type of ILatencyContext implementation. The builder for async processing pipeline. - The implementation factory. + The ILatencyContext implementation factory. - Adds the to reuse the existing registered with the ASP.NET pipeline and set it in the . + Adds the to reuse the existing ILatencyContext registered with the ASP.NET pipeline and set it in the . to chain additional calls. @@ -132,18 +132,18 @@ - The type of implementation. + The type of ILatencyContextProvider implementation. The builder for async processing pipeline. - The implementation factory. + The ILatencyContextProvider implementation factory. The factory for exporting capture latency context. - Adds the to register the provided in the pipeline to - create and set with the . + Adds the to register the provided ILatencyContextProvider the pipeline to + create and set ILatencyContext with the . to chain additional calls. - If the is already available in the workflow, + If the ILatencyContext is already available in the workflow, use the variant. Any argument is . @@ -179,12 +179,12 @@ The failure token. Adds the for recording latency of the underlying pipeline - by obtaining the associated with . + by obtaining the ILatencyContext associated with . to chain additional calls. - Ensure to register the in the before calling this method via either of the following methods: + Ensure to register the ILatencyContext in the before calling this method via either of the following methods: 1. OR 2. OR 3. . diff --git a/xml/System.Cloud.Messaging/MessageLatencyContextFeatureExtensions.xml b/xml/System.Cloud.Messaging/MessageLatencyContextFeatureExtensions.xml index 23fb59e3f47..990703656c4 100644 --- a/xml/System.Cloud.Messaging/MessageLatencyContextFeatureExtensions.xml +++ b/xml/System.Cloud.Messaging/MessageLatencyContextFeatureExtensions.xml @@ -19,7 +19,7 @@ - Provides extension methods for class to add support for setting/retrieving . + Provides extension methods for class to add support for setting/retrieving ILatencyContext. To be added. @@ -51,10 +51,10 @@ The message context. The latency context to store fine-grained latency for different processing steps. - Sets the in . + Sets the ILatencyContext in . - The allows user to set fine-grained latency and associated properties for different processing steps. + The ILatencyContext allows user to set fine-grained latency and associated properties for different processing steps. Any argument is . @@ -86,12 +86,12 @@ The message context. The optional latency context registered with the . - Try to get the from the . + Try to get the ILatencyContext from the . - and if , a corresponding . + and if , a corresponding ILatencyContext. - Application should set the in the via the . + Application should set the ILatencyContext in the via the method. is .