Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4This member overrides ForeverTransport.Send(PersistentResponse).
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overrides Function Send ( _
response As PersistentResponse _
) As Task
'Usage
Dim instance As ForeverFrameTransport
Dim response As PersistentResponse
Dim returnValue As Task
returnValue = instance.Send(response)
public override Task Send(
PersistentResponse response
)
public:
virtual Task^ Send(
PersistentResponse^ response
) override
abstract Send :
response:PersistentResponse -> Task
override Send :
response:PersistentResponse -> Task
public override function Send(
response : PersistentResponse
) : Task
Parameters
- response
Type: Microsoft.AspNet.SignalR.Transports.PersistentResponse
Return Value
Type: System.Threading.Tasks.Task
Returns Task.