C# Class Microsoft.WindowsAzure.Commands.Test.Utilities.Common.SimpleServiceManagementAsyncResult

Simple IAsyncResult implementation that can be used to cache all the parameters to the BeginFoo call and then passed to the FooThunk property that's invoked by EndFoo (thereby providing the test's implementation of FooThunk with as much of the state as it wants).
Inheritance: IAsyncResult
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SimpleServiceManagementAsyncResult ( ) : System

Initializes a new instance of the SimpleServiceManagementAsyncResult class.

Method Details

SimpleServiceManagementAsyncResult() public method

Initializes a new instance of the SimpleServiceManagementAsyncResult class.
public SimpleServiceManagementAsyncResult ( ) : System
return System