Provides methods for performing operations on FIM CM requests.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)

Usage

Visual Basic
Dim instance As RequestOperations

Syntax

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

Remarks

This class consists only of methods to operate on FIM CM requests. The most common operations are Initiate, Approve, and Deny.

This class is immutable and cannot be instantiated.


Inheritance Hierarchy

System.Object
  Microsoft.Clm.Provision.RequestOperations

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