C# Класс 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).
Наследование: IAsyncResult
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
SimpleServiceManagementAsyncResult ( ) : System

Initializes a new instance of the SimpleServiceManagementAsyncResult class.

Описание методов

SimpleServiceManagementAsyncResult() публичный Метод

Initializes a new instance of the SimpleServiceManagementAsyncResult class.
public SimpleServiceManagementAsyncResult ( ) : System
Результат System