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
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SimpleServiceManagementAsyncResult ( ) : System

Initializes a new instance of the SimpleServiceManagementAsyncResult class.

Method Details

SimpleServiceManagementAsyncResult() public méthode

Initializes a new instance of the SimpleServiceManagementAsyncResult class.
public SimpleServiceManagementAsyncResult ( ) : System
Résultat System