Provides methods that are used while FIM CM requests are running and finishing.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)

Usage

Visual Basic
Dim instance As ExecuteOperations

Syntax

Visual Basic
Public NotInheritable Class ExecuteOperations
C#
public sealed class ExecuteOperations
C++
public ref class ExecuteOperations sealed
J#
public final class ExecuteOperations
JScript
public final class ExecuteOperations

Remarks

FIM CM requests must be already created, approved and in the ready to run state.

Unlike the FIM CM Web interface, one-time-password validation is not required to run a FIM CM request. This holds true as long as the identity of the caller of the API has the required permissions for the request. The identity of the user making the calls is used to verify permissions to perform the requested action.

This class is immutable and cannot be instantiated.


Inheritance Hierarchy

System.Object
  Microsoft.Clm.Provision.ExecuteOperations

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 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also