Share via


AsyncMachine<TReturn,T> Class

Definition

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

TReturn
T
Inheritance
AsyncMachine<TReturn,T>

Constructors

AsyncMachine<TReturn,T>()
AsyncMachine<TReturn,T>(AsyncCallback, Object)

Properties

AsyncState (Inherited from AsyncMachine)
AsyncWaitHandle (Inherited from AsyncMachine)
CompletedSynchronously (Inherited from AsyncMachine)
CompletionCallback (Inherited from AsyncMachine)
CompletionResult (Inherited from AsyncMachine)
IsCompleted (Inherited from AsyncMachine)
ParameterValue
ReturnValue

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

ExceptionCleanup (Inherited from AsyncMachine)

Applies to