Share via


MachineEngine Delegate

Definition

public delegate System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Common.General.CompletionPort> MachineEngine(AsyncMachine machine);
type MachineEngine = delegate of AsyncMachine -> seq<CompletionPort>
Public Delegate Function MachineEngine(machine As AsyncMachine) As IEnumerable(Of CompletionPort) 

Parameters

machine
AsyncMachine

Return Value

Applies to