IKestrelTelemetryConsumer.OnConnectionStop(DateTime, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called at the end of a connection.
public virtual void OnConnectionStop(DateTime timestamp, string connectionId);
abstract member OnConnectionStop : DateTime * string -> unit
override this.OnConnectionStop : DateTime * string -> unit
Public Overridable Sub OnConnectionStop (timestamp As DateTime, connectionId As String)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- connectionId
- String
ID of the connection.