OwinRequest.CallCancelled Property

 

Gets or sets the cancellation token for the request.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public virtual CancellationToken CallCancelled { get; set; }
public:
property CancellationToken CallCancelled {
    virtual CancellationToken get();
    virtual void set(CancellationToken value);
}
abstract CallCancelled : CancellationToken with get, set
override CallCancelled : CancellationToken with get, set
Public Overridable Property CallCancelled As CancellationToken

Property Value

Type: System.Threading.CancellationToken

The cancellation token for the request.

Implements

IOwinRequest.CallCancelled

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top