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.
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.StringThe ASP.NET SignalR backplane connection string or null if none is found.
Show: