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.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
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.

Return Value

Type: System.String

The short name to use.

Return to top
Show: