AzureClient 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This type is obsolete and may be removed in a future release. Use ClientBuilder to create an instance of IClusterClient instead.
Azure 내에서 실행되는 Orleans 클라이언트를 초기화하기 위한 유틸리티 클래스입니다.
public static class AzureClient
[System.Obsolete("This type is obsolete and may be removed in a future release. Use ClientBuilder to create an instance of IClusterClient instead.")]
public static class AzureClient
type AzureClient = class
[<System.Obsolete("This type is obsolete and may be removed in a future release. Use ClientBuilder to create an instance of IClusterClient instead.")>]
type AzureClient = class
Public Class AzureClient
- 상속
-
AzureClient
- 특성
필드
MaxRetries |
사용되지 않음.
연결할 게이트웨이 사일로를 검색할 때 시도할 재시도 횟수입니다. |
StartupRetryPause |
사용되지 않음.
다시 시도할 때마다 일시 중지할 시간입니다. |
속성
ConfigureClientDelegate |
사용되지 않음.
클라이언트에 일부 구성을 추가하는 대리자 |
ConfigureLoggingDelegate |
사용되지 않음.
로깅을 구성하기 위한 대리자, 기본적으로 로거가 구성되지 않음 |
IsInitialized |
사용되지 않음.
Orleans Azure 클라이언트 런타임이 이미 초기화되었는지 여부 |
메서드
DefaultConfiguration() |
사용되지 않음.
AzureClient에 전달하기 위한 기본 클라이언트 구성 개체를 반환합니다. |
Initialize() |
사용되지 않음.
이 Azure 프로세스에서 Orleans 클라이언트 런타임 초기화 |
Initialize(ClientConfiguration) |
사용되지 않음.
제공된 클라이언트 구성 개체에서 이 Azure 프로세스에서 Orleans 클라이언트 런타임을 초기화합니다. 구성 개체가 null이면 초기화에 실패합니다. |
Initialize(FileInfo) |
사용되지 않음.
이 Azure 프로세스에서 Orleans 클라이언트 런타임 초기화 |
Initialize(String) |
사용되지 않음.
이 Azure 프로세스에서 Orleans 클라이언트 런타임 초기화 |
Uninitialize() |
사용되지 않음.
이 Azure 프로세스에서 Orleans 클라이언트 런타임을 초기화하지 않습니다. |