PersistentConnection::ProcessRequest Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A Task that completes when the PersistentConnection pipeline is complete.
Handles all requests for PersistentConnections.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- context
- Type: Microsoft.AspNet.SignalR.Hosting::HostContext
The HostContext for the current request.
Return Value
Type: System.Threading.Tasks::TaskA Task that completes when the PersistentConnection pipeline is complete.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the connection wasn't initialized. Thrown if the transport wasn't specified. Thrown if the connection ID wasn't specified. |
Show: