ConnectionManager::GetConnectionContext<T> Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A IPersistentConnectionContext for the PersistentConnection.
Returns a IPersistentConnectionContext for the PersistentConnection.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: generic<typename T> where T : PersistentConnection virtual IPersistentConnectionContext^ GetConnectionContext() sealed
Type Parameters
- T
Type of the PersistentConnection.
Return Value
Type: Microsoft.AspNet.SignalR::IPersistentConnectionContextA IPersistentConnectionContext for the PersistentConnection.
Implements
IConnectionManager::GetConnectionContext<T>()
Show: