Condividi tramite


GatewayEntry Classe

Definizione

Informazioni sui gateway, archiviati o trasmessi nella rete multicluster.

[System.Serializable]
public class GatewayEntry : IEquatable<Orleans.Runtime.MultiClusterNetwork.GatewayEntry>, Orleans.MultiCluster.IMultiClusterGatewayInfo
[<System.Serializable>]
type GatewayEntry = class
    interface IMultiClusterGatewayInfo
    interface IEquatable<GatewayEntry>
Public Class GatewayEntry
Implements IEquatable(Of GatewayEntry), IMultiClusterGatewayInfo
Ereditarietà
GatewayEntry
Attributi
Implementazioni

Costruttori

GatewayEntry()

Informazioni sui gateway, archiviati o trasmessi nella rete multicluster.

Campi

ExpiresAfter

ora dopo la scadenza delle voci.

Proprietà

ClusterId

ID cluster.

Expired

Se questa voce è scaduta in base al timestamp.

HeartbeatTimestamp

Timestamp UTC di questa voce del gateway.

SiloAddress

Indirizzo del silo.

Status

Lo stato del gateway del silo (indica se questo silo sta attualmente fungendo da gateway)

Metodi

Equals(GatewayEntry)

Controlla l'uguaglianza di tutti i campi.

Equals(Object)

Versione non tipizzato di Equals.

GetHashCode()

Esegue l'override di GetHashCode in modo che sia conforme alla definizione di Equals.

ToString()

creare una rappresentazione di stringa delle informazioni del gateway.

Si applica a