GatewayEntry 类

定义

有关多群集网络中存储/传输的网关的信息。

[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
继承
GatewayEntry
属性
实现

构造函数

GatewayEntry()

有关多群集网络中存储/传输的网关的信息。

字段

ExpiresAfter

条目过期的时间。

属性

ClusterId

群集 ID。

Expired

此条目是否已过期,具体取决于其时间戳。

HeartbeatTimestamp

此网关条目的 UTC 时间戳。

SiloAddress

silo 的地址。

Status

silo (的网关状态指示此接收器当前是否充当网关)

方法

Equals(GatewayEntry)

检查所有字段的相等性。

Equals(Object)

Equals 的非类型化版本。

GetHashCode()

重写 GetHashCode 以符合 Equals 的定义。

ToString()

创建网关信息的字符串表示形式。

适用于