QueueGroup.Destroy

Method

Visual Basic

Public Sub Destroy()

C#

public void Destroy();

Purpose

Destroy an event queue group.

Remarks

The individual queues in the group continue to exist, even though the group has been destroyed.

See Also

QueueGroup