次の方法で共有


OwinAppBuilderExtension.GetPersistentConnectionPath(Type) メソッド

定義

の のパスをMicrosoft.AspNet.SignalR.PersistentConnectionpersistentConnection取得します。 永続的な接続は、パス /signalrの下に接続されます。 例を示します: /signalr/testconnection

protected virtual string GetPersistentConnectionPath (Type persistentConnection);
abstract member GetPersistentConnectionPath : Type -> string
override this.GetPersistentConnectionPath : Type -> string
Protected Overridable Function GetPersistentConnectionPath (persistentConnection As Type) As String

パラメーター

persistentConnection
Type

Microsoft.AspNet.SignalR.PersistentConnection の型。

戻り値

使用する短い名前。

適用対象