Request.CompleteProgress Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)

Usage

'Usage
Dim instance As Request
Dim activityId As Integer
Dim isSuccessful As Boolean
Dim returnValue As Boolean

returnValue = instance.CompleteProgress(activityId, isSuccessful)

Syntax

'Declaration
Public MustOverride Function CompleteProgress ( _
    activityId As Integer, _
    isSuccessful As Boolean _
) As Boolean
public abstract bool CompleteProgress (
    int activityId,
    bool isSuccessful
)
public:
virtual bool CompleteProgress (
    int activityId, 
    bool isSuccessful
) abstract
public abstract boolean CompleteProgress (
    int activityId, 
    boolean isSuccessful
)
public abstract function CompleteProgress (
    activityId : int, 
    isSuccessful : boolean
) : boolean

Parameters

  • activityId
  • isSuccessful

Return Value

Returns 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

Target Platforms

See Also

Reference

Request Class
Request Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace