Share via


UpdateRequestParameter.ApplyChanges Method

Applies the changes to the resource. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim resource As ResourceType
Dim updateParameters As IList(Of UpdateRequestParameter)

UpdateRequestParameter.ApplyChanges(resource, updateParameters)

Syntax

'Declaration
Public Shared Sub ApplyChanges ( _
    resource As ResourceType, _
    updateParameters As IList(Of UpdateRequestParameter) _
)
public static void ApplyChanges (
    ResourceType resource,
    IList<UpdateRequestParameter> updateParameters
)
public:
static void ApplyChanges (
    ResourceType^ resource, 
    IList<UpdateRequestParameter^>^ updateParameters
)
public static void ApplyChanges (
    ResourceType resource, 
    IList<UpdateRequestParameter> updateParameters
)
public static function ApplyChanges (
    resource : ResourceType, 
    updateParameters : IList<UpdateRequestParameter>
)

Parameters

  • resource
    A ResourceType that represents a resource in the FIM Service database.
  • updateParameters
    A list of UpdateRequestParameter objects that represent requested changes to the resource that is indicated by the resource parameter.

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 XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

UpdateRequestParameter Class
UpdateRequestParameter Members
Microsoft.ResourceManagement.WebServices.WSResourceManagement Namespace
UpdateRequestParameter