C# 클래스 Endjin.Leasing.AzureLeasePolicyValidator

Describes the behavior for validating Lease Policies.
상속: ILeasePolicyValidator
파일 보기 프로젝트 열기: endjin/Endjin.Leasing 1 사용 예제들

공개 메소드들

메소드 설명
Validate ( ILeasePolicy leasePolicy ) : void

Validates whether the proposed ILeasePolicy is valid for the given lease implementation.

If lease policy is invalid thrown a InvalidArgumentException

메소드 상세

Validate() 공개 메소드

Validates whether the proposed ILeasePolicy is valid for the given lease implementation.
If lease policy is invalid thrown a InvalidArgumentException
public Validate ( ILeasePolicy leasePolicy ) : void
leasePolicy ILeasePolicy ILeasePolicy to validate
리턴 void