QueryLimitsReply Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returned when a query limit request is made.

Syntax

<QueryLimitsReply>
    <Limit name="CCMaxMeetingSchedulingLimit" limit="15"/>
    <Limit name="CCAttendanceLimit" limit="15"/>
    <Limit name="CCScheduleLimit" limit="15"/>
    <Limit name="NamedUserLimit" limit="100" current="96"/>
  </QueryLimitsReply>

Attributes

None.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

Limit

1 or more

Remarks

The QueryLimitsReply returns the requested limit values at the time the request is made. For more information, see QueryLimitsRequest.

Example

<PlaceWareConfCenter>
   <QueryLimitsReply>
      <Limit name="CCMaxMeetingSchedulingLimit" limit="1500"/>
      <Limit name="CCAttendanceLimit" limit="1500"/>
      <Limit name="CCScheduleLimit" limit="15000"/>
      <Limit name="NamedUserLimit" limit="100" current="96"/>
   </QueryLimitsReply>
</PlaceWareConfCenter>

See Also

Concepts

QueryLimitsRequest Element

Limit Element

QueryLimits Message