Skip to content

Commit

Permalink
Removed actual unused events this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Sep 6, 2012
1 parent aaaa365 commit b9094cc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions SignalR/PersistentConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ protected virtual TraceSource Trace
}
}

/// <summary>
/// Occurs when a data is received from a connection.
/// </summary>
public static event Action Receiving;

/// <summary>
/// Occurs when a new connection is established.
/// </summary>
public static event Action<string> Connected;

/// <summary>
/// Occurs when an existing connection ends.
/// </summary>
public static event Action<string> Disconnected;

/// <summary>
/// Gets the <see cref="IConnection"/> for the <see cref="PersistentConnection"/>.
/// </summary>
Expand Down

0 comments on commit b9094cc

Please sign in to comment.