AppManUtilities.CanDeleteDeploymentType Method
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)
Usage
'Usage
Dim connection As ConnectionManagerBase
Dim wrapper As AppManWrapper
Dim DTToBeDeleted As DeploymentType
Dim notifiers As Dictionary(Of String, IErrorNotifier)
Dim returnValue As Boolean
returnValue = AppManUtilities.CanDeleteDeploymentType(connection, wrapper, DTToBeDeleted, notifiers)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1709")> _
Public Shared Function CanDeleteDeploymentType ( _
connection As ConnectionManagerBase, _
wrapper As AppManWrapper, _
DTToBeDeleted As DeploymentType, _
notifiers As Dictionary(Of String, IErrorNotifier) _
) As Boolean
[SuppressMessageAttribute("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1709")]
public static bool CanDeleteDeploymentType (
ConnectionManagerBase connection,
AppManWrapper wrapper,
DeploymentType DTToBeDeleted,
Dictionary<string,IErrorNotifier> notifiers
)
[SuppressMessageAttribute(L"Microsoft.Globalization", L"CA1300:SpecifyMessageBoxOptions")]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1709")]
public:
static bool CanDeleteDeploymentType (
ConnectionManagerBase^ connection,
AppManWrapper^ wrapper,
DeploymentType^ DTToBeDeleted,
Dictionary<String^, IErrorNotifier^>^ notifiers
)
/** @attribute SuppressMessageAttribute("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions") */
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1709") */
public static boolean CanDeleteDeploymentType (
ConnectionManagerBase connection,
AppManWrapper wrapper,
DeploymentType DTToBeDeleted,
Dictionary<String,IErrorNotifier> notifiers
)
SuppressMessageAttribute("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions")
SuppressMessageAttribute("Microsoft.Naming", "CA1709")
public static function CanDeleteDeploymentType (
connection : ConnectionManagerBase,
wrapper : AppManWrapper,
DTToBeDeleted : DeploymentType,
notifiers : Dictionary<String,IErrorNotifier>
) : boolean
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace