AsyncMachine<T>.BeginAsyncMachine Method
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.
Overloads
BeginAsyncMachine(MachineEngineT<T>, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T> engine, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T> * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine (engine As MachineEngineT(Of T), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- engine
- MachineEngineT<T>
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
BeginAsyncMachine<P>(MachineEngineT<T,P>, P, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine<P> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P> engine, P param, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P> * 'P * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P) (engine As MachineEngineT(Of T, P), param As P, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P
Parameters
- engine
- MachineEngineT<T,P>
- param
- P
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
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)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, P7 param7, P8 param8, P9 param9, P10 param10, P11 param11, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.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 * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, param7 As P7, param8 As P8, param9 As P9, param10 As P10, param11 As P11, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
- P6
- P7
- P8
- P9
- P10
- P11
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- param7
- P7
- param8
- P8
- param9
- P9
- param10
- P10
- param11
- P11
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
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)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, P7 param7, P8 param8, P9 param9, P10 param10, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4, 'P5, 'P6, 'P7, 'P8, 'P9, 'P10> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * 'P6 * 'P7 * 'P8 * 'P9 * 'P10 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, param7 As P7, param8 As P8, param9 As P9, param10 As P10, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
- P6
- P7
- P8
- P9
- P10
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- param7
- P7
- param8
- P8
- param9
- P9
- param10
- P10
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
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)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8,P9> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5,P6,P7,P8,P9> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, P7 param7, P8 param8, P9 param9, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4, 'P5, 'P6, 'P7, 'P8, 'P9> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * 'P6 * 'P7 * 'P8 * 'P9 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5, P6, P7, P8, P9) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5, P6, P7, P8, P9), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, param7 As P7, param8 As P8, param9 As P9, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
- P6
- P7
- P8
- P9
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- param7
- P7
- param8
- P8
- param9
- P9
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
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)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7,P8> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5,P6,P7,P8> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, P7 param7, P8 param8, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4, 'P5, 'P6, 'P7, 'P8> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * 'P6 * 'P7 * 'P8 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5, P6, P7, P8) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5, P6, P7, P8), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, param7 As P7, param8 As P8, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
- P6
- P7
- P8
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- param7
- P7
- param8
- P8
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
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)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5,P6,P7> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5,P6,P7> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, P7 param7, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4, 'P5, 'P6, 'P7> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * 'P6 * 'P7 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5, P6, P7) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5, P6, P7), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, param7 As P7, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
- P6
- P7
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- param7
- P7
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
BeginAsyncMachine<P1,P2,P3,P4,P5,P6>(MachineEngineT<T,P1,P2,P3,P4,P5,P6>, P1, P2, P3, P4, P5, P6, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5,P6> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5,P6> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, P6 param6, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4, 'P5, 'P6> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * 'P6 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5, P6) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5, P6), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, param6 As P6, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
- P6
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- param6
- P6
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
BeginAsyncMachine<P1,P2,P3,P4,P5>(MachineEngineT<T,P1,P2,P3,P4,P5>, P1, P2, P3, P4, P5, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4,P5> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4,P5> engine, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4, 'P5> * 'P1 * 'P2 * 'P3 * 'P4 * 'P5 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4, P5) (engine As MachineEngineT(Of T, P1, P2, P3, P4, P5), param1 As P1, param2 As P2, param3 As P3, param4 As P4, param5 As P5, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
- P5
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- param5
- P5
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
BeginAsyncMachine<P1,P2,P3,P4>(MachineEngineT<T,P1,P2,P3,P4>, P1, P2, P3, P4, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3,P4> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3,P4> engine, P1 param1, P2 param2, P3 param3, P4 param4, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3, 'P4> * 'P1 * 'P2 * 'P3 * 'P4 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3, P4) (engine As MachineEngineT(Of T, P1, P2, P3, P4), param1 As P1, param2 As P2, param3 As P3, param4 As P4, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
- P4
Parameters
- param1
- P1
- param2
- P2
- param3
- P3
- param4
- P4
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
BeginAsyncMachine<P1,P2,P3>(MachineEngineT<T,P1,P2,P3>, P1, P2, P3, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine<P1,P2,P3> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2,P3> engine, P1 param1, P2 param2, P3 param3, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2, 'P3> * 'P1 * 'P2 * 'P3 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2, P3) (engine As MachineEngineT(Of T, P1, P2, P3), param1 As P1, param2 As P2, param3 As P3, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
- P3
Parameters
- engine
- MachineEngineT<T,P1,P2,P3>
- param1
- P1
- param2
- P2
- param3
- P3
- callback
- AsyncCallback
- asyncState
- Object
Returns
Applies to
BeginAsyncMachine<P1,P2>(MachineEngineT<T,P1,P2>, P1, P2, AsyncCallback, Object)
public static IAsyncResult BeginAsyncMachine<P1,P2> (Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<T,P1,P2> engine, P1 param1, P2 param2, AsyncCallback callback, object asyncState);
static member BeginAsyncMachine : Microsoft.WindowsAzure.Commands.Tools.Common.General.MachineEngineT<'T, 'P1, 'P2> * 'P1 * 'P2 * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginAsyncMachine(Of P1, P2) (engine As MachineEngineT(Of T, P1, P2), param1 As P1, param2 As P2, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Type Parameters
- P1
- P2
Parameters
- engine
- MachineEngineT<T,P1,P2>
- param1
- P1
- param2
- P2
- callback
- AsyncCallback
- asyncState
- Object