TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

GroupInfo Constructor (String)

Public constructor to create a GroupInfo with no description.

public GroupInfo(
   string groupName
);

Parameters

groupName
the name of 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