MachineEngineRT<TReturn,T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Common.General.CompletionPort> MachineEngineRT<TReturn,T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10>(AsyncMachine<TReturn,T> machine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, P7 param7, P8 param8, P9 param9, P10 param10);
type MachineEngineRT<'Return, 'T, 'P1, 'P2, 'P3, 'P4, 'P5, 'P6, 'P7, 'P8, 'P9, 'P10> = delegate of AsyncMachine<'Return, 'T> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * 'P6 * 'P7 * 'P8 * 'P9 * 'P10 -> seq<CompletionPort>
Public Delegate Function MachineEngineRT(Of TReturn, T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10)(machine As AsyncMachine(Of TReturn, T), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, param7 As P7, param8 As P8, param9 As P9, param10 As P10) As IEnumerable(Of CompletionPort)
Type Parameters
- TReturn
- T
- P1
- P2
- P3
- P4
- P5
- P6
- P7
- P8
- P9
- P10
Parameters
- machine
- AsyncMachine<TReturn,T>
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- param7
- P7
- param8
- P8
- param9
- P9
- param10
- P10