OwinAppBuilderExtension.ConfigureSignalRBackplane(IDependencyResolver) Method

Definition

Important

This API is not CLS-compliant.

Gets the connection string (if any) to use as the ASP.NET SignalR backplane when running in hosted mode.

[System.CLSCompliant(false)]
protected virtual string ConfigureSignalRBackplane (Microsoft.AspNet.SignalR.IDependencyResolver resolver);
[<System.CLSCompliant(false)>]
abstract member ConfigureSignalRBackplane : Microsoft.AspNet.SignalR.IDependencyResolver -> string
override this.ConfigureSignalRBackplane : Microsoft.AspNet.SignalR.IDependencyResolver -> string
Protected Overridable Function ConfigureSignalRBackplane (resolver As IDependencyResolver) As String

Parameters

resolver
Microsoft.AspNet.SignalR.IDependencyResolver

Returns

The ASP.NET SignalR backplane connection string or null if none is found.

Attributes

Applies to