Table of Contents

Constructor RemoveRADSubgroupMessage

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

RemoveRADSubgroupMessage()

Initializes a new instance of the RemoveRADSubgroupMessage class.

public RemoveRADSubgroupMessage()

RemoveRADSubgroupMessage(string, string)

Initializes a new instance of the RemoveRADSubgroupMessage class.

public RemoveRADSubgroupMessage(string sharedModelGroupName, string subGroupName)

Parameters

sharedModelGroupName string

The name of the shared model group.

subGroupName string

The name of the subgroup to be removed.

RemoveRADSubgroupMessage(string, Guid)

Initializes a new instance of the RemoveRADSubgroupMessage class.

public RemoveRADSubgroupMessage(string sharedModelGroupName, Guid subgroupID)

Parameters

sharedModelGroupName string

The name of the shared model group.

subgroupID Guid

The identifier of the subgroup.