GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
TraceJobInfoWaitForJobCompletionOptions Class
public class TraceJobInfoWaitForJobCompletionOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.TraceJobInfoWaitForJobCompletionOptions>
Inheritance System.Object 🡒 TraceJobInfoWaitForJobCompletionOptions
Implements System.IEquatable<TraceJobInfoWaitForJobCompletionOptions>
Constructors
TraceJobInfoWaitForJobCompletionOptions(object, object, object) Constructor
public TraceJobInfoWaitForJobCompletionOptions(object? Interval=null, object? Signal=null, object? StatusCallback=null);
Parameters
Interval
System.Object
The time in millisecond between remote job status requests.
default 1000
ArcGIS Maps SDK for JavaScript
Signal
System.Object
AbortSignal allows for cancelable asynchronous job.
ArcGIS Maps SDK for JavaScript
StatusCallback
System.Object
Callback function that is called at the specified interval.
ArcGIS Maps SDK for JavaScript
Properties
TraceJobInfoWaitForJobCompletionOptions.Interval Property
The time in millisecond between remote job status requests.
default 1000
ArcGIS Maps SDK for JavaScript
public object? Interval { get; set; }
Property Value
TraceJobInfoWaitForJobCompletionOptions.Signal Property
AbortSignal allows for cancelable asynchronous job.
ArcGIS Maps SDK for JavaScript
public object? Signal { get; set; }
Property Value
TraceJobInfoWaitForJobCompletionOptions.StatusCallback Property
Callback function that is called at the specified interval.
ArcGIS Maps SDK for JavaScript
public object? StatusCallback { get; set; }