TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

GroupInfo Constructor (String, String)

Public constructor to create a GroupInfo.

public GroupInfo(
   string groupName,
   string description
);

Parameters

groupName
the name of the new group.
description
the description for the new group.

Remarks

The group will not be created on the server until the GroupInfo is passed to Admin.createGroup().

See Also

GroupInfo Class | TIBCO.EMS.ADMIN Namespace | GroupInfo Constructor Overload List