IOwinRequest.CallCancelled Property
Gets or sets the call cancellation token for the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Property CallCancelled As CancellationToken
Get
Set
'Usage
Dim instance As IOwinRequest
Dim value As CancellationToken
value = instance.CallCancelled
instance.CallCancelled = value
CancellationToken CallCancelled { get; set; }
property CancellationToken CallCancelled {
CancellationToken get ();
void set (CancellationToken value);
}
abstract CallCancelled : CancellationToken with get, set
function get CallCancelled () : CancellationToken
function set CallCancelled (value : CancellationToken)
Property Value
Type: System.Threading.CancellationToken
The call cancellation token for the request.