GatewayEntry 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
閘道的相關資訊,如多叢集網路中儲存/傳輸的資訊。
[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 |
叢集識別碼。 |
Expired |
此專案是否根據其時間戳記過期。 |
HeartbeatTimestamp |
此閘道專案的 UTC 時間戳記。 |
SiloAddress |
定址接收器。 |
Status |
定址接收器的閘道狀態 (指出此接收器目前是否作為閘道) |
方法
Equals(GatewayEntry) |
檢查所有欄位的相等。 |
Equals(Object) |
不具類型的 Equals 版本。 |
GetHashCode() |
覆寫 GetHashCode 以符合 Equals 的定義。 |
ToString() |
建立閘道資訊的字串表示。 |