Skip to content

Commit

Permalink
Update CorrelationInfoTransactionOptions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Sep 1, 2022
1 parent 67f1043 commit 54d0410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Arcus.Observability.Correlation
/// <summary>
/// Correlation options specific to the transaction ID.
/// </summary>
[Obsolete("Use HTTP or messaging-specific correlation options instead")]
[Obsolete("Use HTTP, messaging, or custom-specific correlation options instead")]
public class CorrelationInfoTransactionOptions
{
private string _headerName = "X-Transaction-ID";
Expand Down

0 comments on commit 54d0410

Please sign in to comment.