MachineEngine<P1,P2> 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> MachineEngine<P1,P2>(AsyncMachine machine, P1 param1, P2 param2);
type MachineEngine<'P1, 'P2> = delegate of AsyncMachine * 'P1 * 'P2 -> seq<CompletionPort>
Public Delegate Function MachineEngine(Of P1, P2)(machine As AsyncMachine, param1 As P1, param2 As P2) As IEnumerable(Of CompletionPort)
Type Parameters
- P1
- P2
Parameters
- machine
- AsyncMachine
- param1
- P1
- param2
- P2