Dreamine.Communication.Abstractions 1.0.2
Dreamine.Communication.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Abstractions.Options.CommunicationOptions 클래스 참조sealed

더 자세히 ...

속성

string Name = "DefaultCommunication" [get, set]
bool AutoConnect = false [get, set]
bool EnableAutoReconnect = false [get, set]
int ReconnectIntervalMs = 3000 [get, set]

상세한 설명

Dreamine Communication 인스턴스의 공통 동작을 구성합니다.

CommunicationOptions.cs 파일의 11 번째 라인에서 정의되었습니다.

속성 문서화

◆ AutoConnect

bool Dreamine.Communication.Abstractions.Options.CommunicationOptions.AutoConnect = false
getset

초기화 시 자동으로 연결할지 여부를 가져오거나 설정합니다.

CommunicationOptions.cs 파일의 31 번째 라인에서 정의되었습니다.

31{ get; set; } = false;

◆ EnableAutoReconnect

bool Dreamine.Communication.Abstractions.Options.CommunicationOptions.EnableAutoReconnect = false
getset

연결 오류 후 자동 재연결을 사용할지 여부를 가져오거나 설정합니다.

CommunicationOptions.cs 파일의 41 번째 라인에서 정의되었습니다.

41{ get; set; } = false;

◆ Name

string Dreamine.Communication.Abstractions.Options.CommunicationOptions.Name = "DefaultCommunication"
getset

로그와 진단에서 통신 인스턴스를 식별할 이름을 가져오거나 설정합니다.

CommunicationOptions.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; set; } = "DefaultCommunication";

◆ ReconnectIntervalMs

int Dreamine.Communication.Abstractions.Options.CommunicationOptions.ReconnectIntervalMs = 3000
getset

재연결 시도 사이의 대기 시간(밀리초)을 가져오거나 설정합니다.

CommunicationOptions.cs 파일의 51 번째 라인에서 정의되었습니다.

51{ get; set; } = 3000;

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: