C# 클래스 SquishIt.S3.CloudFrontInvalidator

상속: IDisposable, IInvalidator
파일 보기 프로젝트 열기: AlexCuse/SquishIt.S3

공개 메소드들

메소드 설명
CloudFrontInvalidator ( IAmazonCloudFront cloudFrontClient ) : System
Dispose ( ) : void
Flush ( ) : void
InvalidateObject ( string bucket, string key ) : void

비공개 메소드들

메소드 설명
GetDistributionIdFor ( string bucketName ) : string

메소드 상세

CloudFrontInvalidator() 공개 메소드

public CloudFrontInvalidator ( IAmazonCloudFront cloudFrontClient ) : System
cloudFrontClient IAmazonCloudFront
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

InvalidateObject() 공개 메소드

public InvalidateObject ( string bucket, string key ) : void
bucket string
key string
리턴 void