다음을 통해 공유


IMultiClusterGossipService 인터페이스

정의

public interface IMultiClusterGossipService : Orleans.ISystemTarget
type IMultiClusterGossipService = interface
    interface ISystemTarget
    interface IAddressable
Public Interface IMultiClusterGossipService
Implements ISystemTarget
구현

메서드

FindLaggingSilos(MultiClusterConfiguration, Boolean)

구성이 예상된 구성과 일치하지 않는 사일로를 찾습니다.

Publish(IMultiClusterGossipData, Boolean)

단방향 소규모 가십: 받는 사람에게 부분 데이터 보내기

Synchronize(IMultiClusterGossipData)

양방향 대량 험담: 알려진 모든 데이터를 받는 사람에게 보내고 알 수 없는 모든 데이터를 받습니다.

확장 메서드

AsReference<TGrainInterface>(IAddressable)

제공된 조직에 대한 형식화된 참조를 반환합니다.

BindGrainReference(IAddressable, IGrainFactory)

제공된 IGrainFactory에 조직 참조를 바인딩합니다.

Cast<TGrainInterface>(IAddressable)

제공된 조직에 대한 형식화된 참조를 반환합니다.

GetPrimaryKey(IAddressable)

Guid 조직 기본 키의 표현을 반환합니다.

GetPrimaryKey(IAddressable, String)

Guid 조직 기본 키의 표현을 반환합니다.

GetPrimaryKeyLong(IAddressable)

long 조직 기본 키의 표현을 반환합니다.

GetPrimaryKeyLong(IAddressable, String)

long 조직 기본 키의 표현을 반환합니다.

GetPrimaryKeyString(IAddressable)

조직의 string 기본 키를 반환합니다.

IsPrimaryKeyBasedOnLong(IAddressable)

기본 키의 일부가 형식 long인지 여부를 반환합니다.

적용 대상