[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Public constructor to create a GroupInfo.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public GroupInfo( string groupName, string description ) |
Public Sub New ( _ groupName As String, _ description As String _ ) |
public: GroupInfo( String^ groupName, String^ description ) |
Parameters
- groupName
- Type: System..::.String
the name of the new group.
- description
- Type: System..::.String
the description for the new group.
Remarks
The group will not be created on the server until
the GroupInfo is passed to Admin.createGroup().