Table of Contents

Class SetOrAddClientJurisdictionResult

Namespace
Geotab.Checkmate.ObjectModel.Registration.Gateway
Assembly
Geotab.Checkmate.ObjectModel.dll

Encapsulates a client registration result via the Gateway.

public class SetOrAddClientJurisdictionResult : GatewayServiceResult
Inheritance
SetOrAddClientJurisdictionResult
Inherited Members

Remarks

The API will generate and throw exceptions. We will package them and add additional properties as applicable.

Constructors

SetOrAddClientJurisdictionResult(Exception?, string, DateTime?)

Initializes a new instance of the SetOrAddClientJurisdictionResult class.

public SetOrAddClientJurisdictionResult(Exception? exception, string gatewayWildcardDns, DateTime? attemptedDateTime)

Parameters

exception Exception

The exception to encapsulate.

gatewayWildcardDns string

The gateway wildcard client dns.

attemptedDateTime DateTime?

The attempted registration date/time.

Properties

GatewayWildcardDns

Gets or sets the gateway wildcard client dns.

public string GatewayWildcardDns { get; set; }

Property Value

string

The gateway wildcard client dns.