Partager via


MachineEngine<P1,P2,P3,P4,P5> Delegate

Definition

public delegate System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Common.General.CompletionPort> MachineEngine<P1,P2,P3,P4,P5>(AsyncMachine machine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5);
type MachineEngine<'P1, 'P2, 'P3, 'P4, 'P5> = delegate of AsyncMachine * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 -> seq<CompletionPort>
Public Delegate Function MachineEngine(Of P1, P2, P3, P4, P5)(machine As AsyncMachine, param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5) As IEnumerable(Of CompletionPort) 

Type Parameters

P1
P2
P3
P4
P5

Parameters

machine
AsyncMachine
param1
P1
param2
P2
param3
P3
param4
P4
param5
P5

Return Value

Applies to