Share via


SoftwareIdentity.YieldResult 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 SoftwareIdentity
Dim r As Request
Dim returnValue As Boolean

returnValue = instance.YieldResult(r)

Syntax

'Declaration
Public Overrides Function YieldResult ( _
    r As Request _
) As Boolean
public override bool YieldResult (
    Request r
)
public:
virtual bool YieldResult (
    Request^ r
) override
public boolean YieldResult (
    Request r
)
public override function YieldResult (
    r : Request
) : boolean

Parameters

  • r

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

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