QueueGroup.Remove

Method

Visual Basic

Public Sub Remove (
    ByVal queue as Queue )

C#

public void Remove (
    Queue queue );

Purpose

Remove an event queue from a queue group.

Remarks

If the queue is not in the group, or if the group is invalid, this call throws an exception with the status code InvalidQueue.

Parameter

Description

queue

Remove this event queue from a queue group.

See Also

Queue

QueueGroup.Add