Partager via


AsyncMachine<T> Class

Definition

public sealed class AsyncMachine<T> : Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine
type AsyncMachine<'T> = class
    inherit AsyncMachine
Public NotInheritable Class AsyncMachine(Of T)
Inherits AsyncMachine

Type Parameters

T
Inheritance
AsyncMachine<T>

Constructors

AsyncMachine<T>()
AsyncMachine<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

Methods

BeginAsyncMachine(MachineEngineT<T>, AsyncCallback, Object)
BeginAsyncMachine<P>(MachineEngineT<T,P>, P, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11>(MachineEngineT<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>(MachineEngineT<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>(MachineEngineT<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>(MachineEngineT<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>(MachineEngineT<T,P1,P2,P3,P4,P5,P6,P7>, P1, P2, P3, P4, P5, P6, P7, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5,P6>(MachineEngineT<T,P1,P2,P3,P4,P5,P6>, P1, P2, P3, P4, P5, P6, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4,P5>(MachineEngineT<T,P1,P2,P3,P4,P5>, P1, P2, P3, P4, P5, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3,P4>(MachineEngineT<T,P1,P2,P3,P4>, P1, P2, P3, P4, AsyncCallback, Object)
BeginAsyncMachine<P1,P2,P3>(MachineEngineT<T,P1,P2,P3>, P1, P2, P3, AsyncCallback, Object)
BeginAsyncMachine<P1,P2>(MachineEngineT<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)
Start(IEnumerable<CompletionPort>) (Inherited from AsyncMachine)

Events

ExceptionCleanup (Inherited from AsyncMachine)

Applies to