|
WeddingPlatform.Web 1.0.0.0
지도, 갤러리, 방명록, 계좌 안내와 배경음악을 링크 하나에 담는 무료 모바일 청첩장 서비스입니다.
|

Public 멤버 함수 | |
| Task< TenantMediaUsageSummary > | GetTenantUsageAsync (TenantConfig tenant, CancellationToken ct=default) |
| Task< IReadOnlyDictionary< string, TenantMediaUsageSummary > > | GetTenantUsageAsync (IEnumerable< TenantConfig > tenants, CancellationToken ct=default) |
테넌트 파일 시스템에서 이미지/영상 사용량을 조회합니다.
IMediaUsageQueryService.cs 파일의 13 번째 라인에서 정의되었습니다.
| Task< IReadOnlyDictionary< string, TenantMediaUsageSummary > > WeddingPlatform.Services.IMediaUsageQueryService.GetTenantUsageAsync | ( | IEnumerable< TenantConfig > | tenants, |
| CancellationToken | ct = default ) |
여러 테넌트의 미디어 사용량을 조회합니다.
| tenants | tenants에 사용할 IEnumerable<TenantConfig> 값입니다. |
| ct | 취소 요청을 감시하는 토큰입니다. |
Task<IReadOnlyDictionary<string, TenantMediaUsageSummary>> 결과입니다.WeddingPlatform.Services.FileSystemMediaUsageQueryService에서 구현되었습니다.
| Task< TenantMediaUsageSummary > WeddingPlatform.Services.IMediaUsageQueryService.GetTenantUsageAsync | ( | TenantConfig | tenant, |
| CancellationToken | ct = default ) |
단일 테넌트의 미디어 사용량을 조회합니다.
| tenant | tenant에 사용할 TenantConfig 값입니다. |
| ct | 취소 요청을 감시하는 토큰입니다. |
Task<TenantMediaUsageSummary> 결과입니다.WeddingPlatform.Services.FileSystemMediaUsageQueryService에서 구현되었습니다.