GlobalBrokeredServiceContainer.RequestType 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 types of brokered service requests that can be made.
protected enum GlobalBrokeredServiceContainer.RequestType
Protected Enum GlobalBrokeredServiceContainer.RequestType
- Inheritance
-
GlobalBrokeredServiceContainer.RequestType
Fields
Name | Value | Description |
---|---|---|
Proxy | 0 | The request was for a proxy to a brokered service. |
Pipe | 1 | The request was for a pipe to a brokered service. |