다음을 통해 공유


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

사일로의 주소입니다.

Status

사일로의 게이트웨이 상태(이 사일로가 현재 게이트웨이 역할을 하는지 여부를 나타냅니다).

메서드

Equals(GatewayEntry)

모든 필드의 같음을 확인합니다.

Equals(Object)

형식화되지 않은 Equals 버전입니다.

GetHashCode()

Equals의 정의를 준수하도록 GetHashCode를 재정의합니다.

ToString()

게이트웨이 정보의 문자열 표현을 만듭니다.

적용 대상