ExecuteOperations.Complete Method
Marks a FIM CM request as complete.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim requestUuid As Guid
Dim returnValue As Request
returnValue = ExecuteOperations.Complete(requestUuid)
Syntax
'Declaration
Public Shared Function Complete ( _
requestUuid As Guid _
) As Request
public static Request Complete (
Guid requestUuid
)
public:
static Request^ Complete (
Guid requestUuid
)
public static Request Complete (
Guid requestUuid
)
public static function Complete (
requestUuid : Guid
) : Request
Parameters
- requestUuid
A Guid object that identifies the FIM CM request that is to be marked as completed.
Return Value
The Request object that describes the FIM CM request that has been marked as completed.
Remarks
In order for this call to succeed, the caller of this method must have Execute permissions on the FIM CM request.
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
Reference
ExecuteOperations Class
ExecuteOperations Members
Microsoft.Clm.Provision Namespace
Request