Soenneker.ApplicationInsights.Processor.SignalR 4.0.402

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.ApplicationInsights.Processor.SignalR --version 4.0.402
                    
NuGet\Install-Package Soenneker.ApplicationInsights.Processor.SignalR -Version 4.0.402
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.ApplicationInsights.Processor.SignalR" Version="4.0.402" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.ApplicationInsights.Processor.SignalR" Version="4.0.402" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.ApplicationInsights.Processor.SignalR" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.ApplicationInsights.Processor.SignalR --version 4.0.402
                    
#r "nuget: Soenneker.ApplicationInsights.Processor.SignalR, 4.0.402"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.ApplicationInsights.Processor.SignalR@4.0.402
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.ApplicationInsights.Processor.SignalR&version=4.0.402
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.ApplicationInsights.Processor.SignalR&version=4.0.402
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.ApplicationInsights.Processor.SignalR

Represents the signal r telemetry processor registrar.

Install

dotnet add package Soenneker.ApplicationInsights.Processor.SignalR

Quick start

using Soenneker.ApplicationInsights.Processor.SignalR.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddSignalRHubTelemetryProcessor();

Adds signal r hub telemetry processor.

What you get

  • SignalRTelemetryProcessorRegistrar — Represents the signal r telemetry processor registrar.
  • SignalRTelemetryProcessor — A telemetry processor connecting SignalR hub traffic and Application Insights.

API at a glance

API What it does Result / important behavior
SignalRTelemetryProcessorRegistrar.AddSignalRHubTelemetryProcessor(services) Adds signal r hub telemetry processor. The same service collection, so additional registrations can be chained.
SignalRTelemetryProcessor.Configure(options) Applies signal r telemetry processor-specific settings to the supplied options. Returns no value; the requested change is complete when the method returns.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.ApplicationInsights.Processor.SignalR:

Package Downloads
Soenneker.Extensions.ServiceCollection.ApplicationInsights

A collection of helpful IServiceCollection extension methods involving Application Insights

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.403 278 8/29/2026
4.0.402 89 8/29/2026
4.0.401 144 8/29/2026
4.0.400 734 7/27/2026
4.0.399 101 7/27/2026
4.0.398 314 7/16/2026
4.0.397 933 6/18/2026
4.0.396 600 6/5/2026
4.0.395 119 6/5/2026
4.0.394 723 5/2/2026
4.0.393 282 4/22/2026
4.0.391 358 3/12/2026
4.0.390 127 3/12/2026
4.0.389 154 3/12/2026
4.0.388 157 3/12/2026
4.0.387 206 3/10/2026
4.0.386 204 3/9/2026
4.0.385 135 3/9/2026
4.0.384 175 3/9/2026
4.0.383 410 3/4/2026
Loading failed

Improve README usability and API guidance