Share via


GlobalBrokeredServiceContainer.RequestResult Enum

Definition

Enumerates the possible handling result of a brokered service request.

protected enum GlobalBrokeredServiceContainer.RequestResult
Protected Enum GlobalBrokeredServiceContainer.RequestResult
Inheritance
GlobalBrokeredServiceContainer.RequestResult

Fields

Name Value Description
Fulfilled 1

The requested brokered service was activated, fulfilling the request.

Declined 2

The request was declined for reasons other than the service not being found. This could be because authorization was denied, or the service factory returned null or threw an exception.

DeclinedNotFound 4

The request was declined because the service was not registered.

Applies to