OwinAppBuilderExtension.ConfigureSignalRBackplane Method (IDependencyResolver)

 

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

This API is not CLS-compliant.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)

<CLSCompliantAttribute(False)>
Protected Overridable Function ConfigureSignalRBackplane (
	resolver As IDependencyResolver
) As String

Return Value

Type: System.String

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

Return to top
Show: