Partager via


MachineEngineT<T,P1,P2,P3,P4> Delegate

Definition

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

Type Parameters

T
P1
P2
P3
P4

Parameters

machine
AsyncMachine<T>
param1
P1
param2
P2
param3
P3
param4
P4

Return Value

Applies to