Skip to content

Commit

Permalink
Rename parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcschier committed Dec 2, 2024
1 parent 3a9bedb commit c0ee6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stack/Opc.Ua.Core/Stack/Transport/ITransportChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ namespace Opc.Ua
/// <summary>
/// Callback when the token is activated
/// </summary>
/// <param name="source"></param>
/// <param name="channel"></param>
/// <param name="currentToken"></param>
/// <param name="previousToken"></param>
public delegate void ChannelTokenActivatedEventHandler(
ITransportChannel source,
ITransportChannel channel,
ChannelToken currentToken,
ChannelToken previousToken);

Expand Down

0 comments on commit c0ee6da

Please sign in to comment.