AsyncMachine<TReturn,T> Class
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 sealed class AsyncMachine<TReturn,T> : Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine
type AsyncMachine<'Return, 'T> = class
inherit AsyncMachine
Public NotInheritable Class AsyncMachine(Of TReturn, T)
Inherits AsyncMachine
Type Parameters
Inheritance
Constructors
Properties
Methods
BeginAsyncMachine(MachineEngineRT<TReturn,T>, AsyncCallback, Object)
BeginAsyncMachine<P>(MachineEngineRT<TReturn,T,P>, P, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11>(MachineEngineRT<TReturn,
T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11>, P1, P2, P3, P4, P5, P6,
P7, P8, P9, P10, P11, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10>(MachineEngineRT<TReturn,
T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10>, P1, P2, P3, P4, P5, P6, P7,
P8, P9, P10, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9>(MachineEngineRT<TReturn,
T,P1,P2,P3,P4,P5,P6,P7,P8,P9>, P1, P2, P3, P4, P5, P6, P7, P8,
P9, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8>(MachineEngineRT<TReturn,T,P1,P2,P3,P4,P5,P6,P7,P8>, P1, P2, P3, P4, P5, P6, P7, P8, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7>(MachineEngineRT<TReturn,T,P1,P2,P3,P4,P5,P6,P7>, P1, P2, P3, P4, P5, P6, P7, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6>(MachineEngineRT<TReturn,T,P1,P2,P3,P4,P5,P6>, P1, P2, P3, P4, P5, P6, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5>(MachineEngineRT<TReturn,T,P1,P2,P3,P4,P5>, P1, P2, P3, P4, P5, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4>(MachineEngineRT<TReturn,T,P1,P2,P3,P4>, P1, P2, P3, P4, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3>(MachineEngineRT<TReturn,T,P1,P2,P3>, P1, P2, P3, AsyncCallback, Object)
BeginAsyncMachine<P1,P2>(MachineEngineRT<TReturn,T,P1,P2>, P1, P2, AsyncCallback, Object)
CreateCompletionPort(Int32, Int32, TimeSpan)
(Inherited from AsyncMachine )
CreateCompletionPort(Int32, Int32)
(Inherited from AsyncMachine )
CreateCompletionPort(Int32, TimeSpan)
(Inherited from AsyncMachine )
CreateCompletionPort(Int32)
(Inherited from AsyncMachine )
Dispose()
(Inherited from AsyncMachine )
Dispose(Boolean)
(Inherited from AsyncMachine )
End()
(Inherited from AsyncMachine )
EndAsyncMachine(IAsyncResult, T)
Start(IEnumerable<CompletionPort>)
(Inherited from AsyncMachine )
Events
Applies to