Share via


MachineEngine<P> Delegate

Definition

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

Type Parameters

P

Parameters

machine
AsyncMachine
param
P

Return Value

Applies to