RouteRequest.EndpointId Field

banner art

Specifies the ID of a queue or a user, or is ignored, based on the value of the RouteType field.

Syntax

[Visual Basic .NET]
Public Field EndpointId As Guid
[C#]
public Guid EndpointId;
[JScript]
public var EndpointId : Guid;

Remarks

The RouteType determines the use of this field as follows:

If the route type is Queue, EndPointId must be the ID of a queue.

If the route type is User, EndPointId must be the ID of a user.

If the route type is Auto, EndPointId is ignored.

See Also

© 2007 Microsoft Corporation. All rights reserved.