9.1.5.5 RemoveGroup Method (Deprecated)

This deprecated Method is used to remove a PubSubGroup Object from the connection.

A successful removal of the PubSubGroup Object removes all associated DataSetWriter or DataSetReader Objects. Before the Objects are removed, their state is set to Disabled.

The Client should be authorized to modify the configuration for the PubSub functionality when invoking this Method on the Server.

Signature

	RemoveGroup (
		[in]	NodeId	GroupId
		);
	
Argument Description
GroupId NodeId of the group to remove from the connection

Method Result Codes

ResultCode Description
Bad_NodeIdUnknownThe GroupId is unknown.
Bad_UserAccessDeniedThe Session user does not have rights to delete the group.

Table 269 specifies the AddressSpace representation for the RemoveGroup Method.

Table 269 – RemoveGroup Method AddressSpace definition
Attribute Value
BrowseNameRemoveGroup
References NodeClass BrowseName DataType TypeDefinition ModellingRule
HasPropertyVariableInputArgumentsArgument[] PropertyTypeMandatory
ConformanceUnits
PubSub Model Base