AppManUtilities.IsSoftwareUpdateDeployment 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 sender As Object
Dim scopeNode As ScopeNode
Dim action As ActionDescription
Dim selectedObject As ResultObjectBase
Dim returnValue As Boolean

returnValue = AppManUtilities.IsSoftwareUpdateDeployment(sender, scopeNode, action, selectedObject)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId:="action")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId:="sender")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId:="scopeNode")> _
Public Shared Function IsSoftwareUpdateDeployment ( _
    sender As Object, _
    scopeNode As ScopeNode, _
    action As ActionDescription, _
    selectedObject As ResultObjectBase _
) As Boolean
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="action")] 
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="sender")] 
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="scopeNode")] 
public static bool IsSoftwareUpdateDeployment (
    Object sender,
    ScopeNode scopeNode,
    ActionDescription action,
    ResultObjectBase selectedObject
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId=L"action")] 
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId=L"sender")] 
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1801:ReviewUnusedParameters", MessageId=L"scopeNode")] 
public:
static bool IsSoftwareUpdateDeployment (
    Object^ sender, 
    ScopeNode^ scopeNode, 
    ActionDescription^ action, 
    ResultObjectBase^ selectedObject
)
/** @attribute SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="action") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="sender") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="scopeNode") */ 
public static boolean IsSoftwareUpdateDeployment (
    Object sender, 
    ScopeNode scopeNode, 
    ActionDescription action, 
    ResultObjectBase selectedObject
)
SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="action") 
SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="sender") 
SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="scopeNode") 
public static function IsSoftwareUpdateDeployment (
    sender : Object, 
    scopeNode : ScopeNode, 
    action : ActionDescription, 
    selectedObject : ResultObjectBase
) : 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