ForeverTransport.Send Method (PersistentResponse)

.NET Framework 4

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

Syntax

'Declaration
Public MustOverride Function Send ( _
    response As PersistentResponse _
) As Task
'Usage
Dim instance As ForeverTransport 
Dim response As PersistentResponse 
Dim returnValue As Task 

returnValue = instance.Send(response)
public abstract Task Send(
    PersistentResponse response
)
public:
virtual Task^ Send(
    PersistentResponse^ response
) abstract
abstract Send : 
        response:PersistentResponse -> Task
public abstract function Send(
    response : PersistentResponse
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
Returns Task.

See Also

Reference

ForeverTransport Class

Send Overload

Microsoft.AspNet.SignalR.Transports Namespace