API Reference
Class
CtProviderExecutionDecision
Describes whether a certificate transparency provider should run now or be deferred.
Inheritance
- Object
- CtProviderExecutionDecision
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method CtIngestionPlanner.Decide
- Property CtProviderWorkPlan.Decision
Constructors
public CtProviderExecutionDecision() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProviderId { get; set; } #Provider identifier that was evaluated.
public Boolean CanRunNow { get; set; } #Whether the provider can be used immediately.
public Nullable<DateTimeOffset> DeferUntilUtc { get; set; } #Time after which deferred provider work may be retried.
public Int32 MaxConcurrentRequests { get; set; } #Safe concurrency to use for this provider decision.
public String Reason { get; set; } #Human-readable reason for the decision.