Table of Contents

Class RegisterClientResult

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

Encapsulates a client registration result via the Gateway.

public class RegisterClientResult : GatewayServiceResult
Inheritance
RegisterClientResult
Inherited Members

Remarks

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

Constructors

RegisterClientResult(Exception?, string, DateTime?)

Initializes a new instance of the RegisterClientResult class.

public RegisterClientResult(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.