GlobalBrokeredServiceContainer.RequestResult 열거형

정의

조정된 서비스 요청의 가능한 처리 결과를 열거합니다.

protected enum GlobalBrokeredServiceContainer.RequestResult
Protected Enum GlobalBrokeredServiceContainer.RequestResult
상속
GlobalBrokeredServiceContainer.RequestResult

필드

Declined 2

서비스를 찾을 수 없는 다른 이유로 요청이 거부되었습니다. 권한 부여가 거부되었거나 서비스 팩터리에서 예외를 반환 null 하거나 throw했기 때문일 수 있습니다.

DeclinedNotFound 4

서비스가 등록되지 않아 요청이 거부되었습니다.

Fulfilled 1

요청된 조정된 서비스가 활성화되어 요청을 처리했습니다.

적용 대상