MachineEngine 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(AsyncMachine machine);
type MachineEngine = delegate of AsyncMachine -> seq<CompletionPort>
Public Delegate Function MachineEngine(machine As AsyncMachine) As IEnumerable(Of CompletionPort)
Parameters
- machine
- AsyncMachine