AsyncMachine<TReturn,T> Constructors
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
AsyncMachine<TReturn,T>() | |
AsyncMachine<TReturn,T>(AsyncCallback, Object) |
AsyncMachine<TReturn,T>()
public AsyncMachine ();
Public Sub New ()
Applies to
AsyncMachine<TReturn,T>(AsyncCallback, Object)
public AsyncMachine (AsyncCallback callback, object state);
new Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine<'Return, 'T> : AsyncCallback * obj -> Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine<'Return, 'T>
Public Sub New (callback As AsyncCallback, state As Object)
Parameters
- callback
- AsyncCallback
- state
- Object