AsyncMachine(AsyncCallback, Object) Constructor
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 AsyncMachine (AsyncCallback callback, object state);
new Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine : AsyncCallback * obj -> Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine
Public Sub New (callback As AsyncCallback, state As Object)
Parameters
- callback
- AsyncCallback
- state
- Object