GlobalBrokeredServiceContainer.RequestResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
DeclinedNotFound | 4 | The request was declined because the service was not registered. |