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
- TReturn
- T
- Inheritance
Constructors
| Name | Description |
|---|---|
| AsyncMachine<TReturn,T>() | |
| AsyncMachine<TReturn,T>(AsyncCallback, Object) | |
Properties
| Name | Description |
|---|---|
| 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
Events
| Name | Description |
|---|---|
| ExceptionCleanup | (Inherited from AsyncMachine) |