Share via


IRequest.Abort Method

.NET Framework 4

Aborts the request.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Sub Abort
'Usage
Dim instance As IRequest

instance.Abort()
void Abort()
void Abort()
abstract Abort : unit -> unit
function Abort()

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR.Client.Http Namespace