RouteRequest Class

banner art

Specifies the parameters needed to route an entity instance to a private queue of a user, to the public queue, or to auto routing from the specified queue.

The RouteRequest class inherits from Request. It exposes the following members.

Constructor Description
RouteRequest Initializes a new instance of the RouteRequest class.
Field Description
EndpointId Specifies the ID of a queue or a user, or is ignored, based on the value of the RouteType field.
RouteType Specifies the route type.
SourceQueueId Specifies the ID of the queue that the entity instance is routed from.
Target Specifies the target of the route action.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

See Also

© 2007 Microsoft Corporation. All rights reserved.