YieldEntity Delegate

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Providers.Package
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As New YieldEntity(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Function YieldEntity ( _
    parentFastPath As String, _
    name As String, _
    regid As String, _
    role As String, _
    thumbprint As String _
) As Boolean
public delegate bool YieldEntity (
    string parentFastPath,
    string name,
    string regid,
    string role,
    string thumbprint
)
public delegate bool YieldEntity (
    String^ parentFastPath, 
    String^ name, 
    String^ regid, 
    String^ role, 
    String^ thumbprint
)
/** @delegate */
public delegate boolean YieldEntity (
    String parentFastPath, 
    String name, 
    String regid, 
    String role, 
    String thumbprint
)

Parameters

  • parentFastPath
  • name
  • regid
  • role
  • thumbprint

Return Value

Returns Boolean.

Platforms

Target Platforms

See Also

Reference

Microsoft.OneGet.Providers.Package Namespace