WeddingPlatform.Web 1.0.0.0
지도, 갤러리, 방명록, 계좌 안내와 배경음악을 링크 하나에 담는 무료 모바일 청첩장 서비스입니다.
로딩중...
검색중...
일치하는것 없음
WeddingPlatform.Services.IMediaMigrationService 인터페이스 참조

더 자세히 ...

WeddingPlatform.Services.IMediaMigrationService에 대한 상속 다이어그램 :

Public 멤버 함수

Task< IReadOnlyDictionary< string, MediaMigrationTenantStatus > > GetAllAsync (CancellationToken ct=default)
Task< MediaMigrationTenantStatus?> GetTenantStatusAsync (string slug, CancellationToken ct=default)
Task QueueTenantAsync (string slug, CancellationToken ct=default)
Task RetryTenantAsync (string slug, CancellationToken ct=default)

상세한 설명

기존 이미지 최적화 마이그레이션을 백그라운드 배치로 실행합니다.

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

멤버 함수 문서화

◆ GetAllAsync()

Task< IReadOnlyDictionary< string, MediaMigrationTenantStatus > > WeddingPlatform.Services.IMediaMigrationService.GetAllAsync ( CancellationToken ct = default)

전체 테넌트의 마이그레이션 상태를 조회합니다.

매개변수
ct취소 요청을 감시하는 토큰입니다.
반환값
Get All Async 작업에서 생성한 Task<IReadOnlyDictionary<string, MediaMigrationTenantStatus>> 결과입니다.

WeddingPlatform.Services.JsonMediaMigrationService에서 구현되었습니다.

◆ GetTenantStatusAsync()

Task< MediaMigrationTenantStatus?> WeddingPlatform.Services.IMediaMigrationService.GetTenantStatusAsync ( string slug,
CancellationToken ct = default )

단일 테넌트의 마이그레이션 상태를 조회합니다.

매개변수
slugslug에 사용할 string 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Get Tenant Status Async 작업에서 생성한 Task<MediaMigrationTenantStatus?> 결과입니다.

WeddingPlatform.Services.JsonMediaMigrationService에서 구현되었습니다.

◆ QueueTenantAsync()

Task WeddingPlatform.Services.IMediaMigrationService.QueueTenantAsync ( string slug,
CancellationToken ct = default )

단일 테넌트 이미지 최적화 작업을 백그라운드 큐에 넣습니다.

매개변수
slugslug에 사용할 string 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Queue Tenant Async 작업에서 생성한 Task 결과입니다.

WeddingPlatform.Services.JsonMediaMigrationService에서 구현되었습니다.

◆ RetryTenantAsync()

Task WeddingPlatform.Services.IMediaMigrationService.RetryTenantAsync ( string slug,
CancellationToken ct = default )

실패한 항목을 재시도 대상으로 되돌리고 백그라운드 큐에 넣습니다.

매개변수
slugslug에 사용할 string 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Retry Tenant Async 작업에서 생성한 Task 결과입니다.

WeddingPlatform.Services.JsonMediaMigrationService에서 구현되었습니다.


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