OwinAppBuilderExtension.ConfigureSignalRBackplane(IDependencyResolver) 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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET