layout: default title: AbortManagerResult parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
AbortManagerResult Class
The result of creating an abort controller and signal.
public class AbortManagerResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Objects.AbortManagerResult>
Inheritance System.Object 🡒 AbortManagerResult
Implements System.IEquatable<AbortManagerResult>
Constructors
AbortManagerResult(IJSObjectReference, IJSObjectReference) Constructor
The result of creating an abort controller and signal.
public AbortManagerResult(Microsoft.JSInterop.IJSObjectReference AbortControllerRef, Microsoft.JSInterop.IJSObjectReference AbortSignalRef);
Parameters
AbortControllerRef
Microsoft.JSInterop.IJSObjectReference
Reference to the JavaScript abort controller.
AbortSignalRef
Microsoft.JSInterop.IJSObjectReference
Reference to the JavaScript abort signal.
Properties
AbortManagerResult.AbortControllerRef Property
Reference to the JavaScript abort controller.
public Microsoft.JSInterop.IJSObjectReference AbortControllerRef { get; set; }
Property Value
Microsoft.JSInterop.IJSObjectReference
AbortManagerResult.AbortSignalRef Property
Reference to the JavaScript abort signal.
public Microsoft.JSInterop.IJSObjectReference AbortSignalRef { get; set; }