Share via


OwinRequest.CallCancelled Property

owin.CallCancelled

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

Syntax

'Declaration
Public Overridable Property CallCancelled As CancellationToken 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As CancellationToken 

value = instance.CallCancelled

instance.CallCancelled = value
public virtual CancellationToken CallCancelled { get; set; }
public:
virtual property CancellationToken CallCancelled {
    CancellationToken get ();
    void set (CancellationToken value);
}
abstract CallCancelled : CancellationToken with get, set 
override CallCancelled : CancellationToken with get, set
function get CallCancelled () : CancellationToken 
function set CallCancelled (value : CancellationToken)

Property Value

Type: System.Threading.CancellationToken

Implements

IOwinRequest.CallCancelled

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace