ITransport.ProcessRequest Method

.NET Framework 4

Processes the specified ITransportConnection for this transport.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Function ProcessRequest ( _
    connection As ITransportConnection _
) As Task
'Usage
Dim instance As ITransport 
Dim connection As ITransportConnection 
Dim returnValue As Task 

returnValue = instance.ProcessRequest(connection)
Task ProcessRequest(
    ITransportConnection connection
)
Task^ ProcessRequest(
    ITransportConnection^ connection
)
abstract ProcessRequest : 
        connection:ITransportConnection -> Task
function ProcessRequest(
    connection : ITransportConnection
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
A Task that completes when the transport has finished processing the connection.

See Also

Reference

ITransport Interface

Microsoft.AspNet.SignalR.Transports Namespace