다음을 통해 공유


AzureSilo 클래스

정의

주의

This type is obsolete and may be removed in a future release. Use SiloHostBuilder to create an instance of ISiloHost instead.

현재 호스트 프로세스에서 실행 중인 Orleans 사일로에 대한 래퍼 클래스입니다.

public class AzureSilo
[System.Obsolete("This type is obsolete and may be removed in a future release. Use SiloHostBuilder to create an instance of ISiloHost instead.")]
public class AzureSilo
type AzureSilo = class
[<System.Obsolete("This type is obsolete and may be removed in a future release. Use SiloHostBuilder to create an instance of ISiloHost instead.")>]
type AzureSilo = class
Public Class AzureSilo
상속
AzureSilo
특성

생성자

AzureSilo()
사용되지 않음.

생성자

AzureSilo(ILoggerFactory)
사용되지 않음.

생성자

속성

ConfigureSiloHostDelegate
사용되지 않음.

클라이언트에 일부 구성을 추가하는 대리자

DataConnectionConfigurationSettingName
사용되지 않음.

이 역할에 대한 Azure 구성에서 DataConnectionString 설정을 찾기 위한 구성 키 값의 이름입니다. 기본값은 DataConnectionString입니다.

MaxRetries
사용되지 않음.

보조 사일로가 이 배포의 기본 사일로에 연결할 수 없는 경우 다시 시도할 횟수입니다. 기본값은 120회입니다.

ProxyEndpointConfigurationKeyName
사용되지 않음.

이 역할에 대한 Azure 구성에서 OrleansProxyEndpoint 설정을 찾기 위한 구성 키 값의 이름입니다. 기본값은 OrleansProxyEndpoint입니다.

SiloEndpointConfigurationKeyName
사용되지 않음.

이 역할에 대한 Azure 구성에서 OrleansSiloEndpoint 설정을 찾기 위한 구성 키 값의 이름입니다. 기본값은 OrleansSiloEndpoint입니다.

StartupRetryPause
사용되지 않음.

보조 사일로가 이 배포의 기본 사일로에 연결할 수 없는 경우 다시 시도하기 전에 일시 중지할 시간입니다. 기본값은 5초입니다.

메서드

CreateDefaultLoggerFactory(String)
사용되지 않음.

현재 호스트 프로세스에서 실행 중인 Orleans 사일로에 대한 래퍼 클래스입니다.

DefaultConfiguration()
사용되지 않음.

기본 클러스터 구성

Run()
사용되지 않음.

이 Orleans 사일로가 실행을 시작하고 활성화되도록 합니다. 참고: 이 메서드 호출은 사일로가 종료될 때만 호출자에게 컨트롤을 반환합니다.

Run(CancellationToken)
사용되지 않음.

이 Orleans 사일로가 실행을 시작하고 활성화되도록 합니다. 참고: 이 메서드 호출은 사일로가 종료되거나 취소에 대한 외부 요청이 실행된 경우에만 호출자에게 컨트롤을 반환합니다.

Start(ClusterConfiguration, String)
사용되지 않음.

실행을 위해 이 Orleans 사일로 초기화

Start(String, String)
사용되지 않음.

실행을 위해 이 Orleans 사일로를 초기화합니다. 구성 데이터는 사일로 구성 파일에서 정상적으로 읽습니다.

Stop()
사용되지 않음.

이 Orleans 사일로 실행을 중지합니다.

ValidateConfiguration(ClusterConfiguration)
사용되지 않음.

특정 클러스터 구성의 유효성을 검사하는 비동기 메서드

적용 대상