OwinAppBuilderExtension.GetPersistentConnectionPath Method (Type)
Gets a path for a PersistentConnection of persistentConnection. The persistent connection will get wired up under the path /signalr. e.g. /signalr/testconnection.
Assembly: Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)
Protected Overridable Function GetPersistentConnectionPath ( persistentConnection As Type ) As String
Parameters
- persistentConnection
-
Type:
System.Type
The type of the PersistentConnection.
Show: