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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET