C# Класс Microsoft.WindowsAzure.Commands.Common.ShouldMethodStreamItem

Queued item tracking a deferred method execution
Показать файл Открыть проект

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

Метод Описание
ExecuteShouldMethod ( Cmdlet cmdlet ) : void

Perform the method execution

ShouldMethodStreamItem ( Microsoft.WindowsAzure.Commands.Common.ShouldMethodInvoker invoker ) : System

Create a should method stream item with the given invoker

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

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

Perform the method execution
public ExecuteShouldMethod ( Cmdlet cmdlet ) : void
cmdlet Cmdlet
Результат void

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

Create a should method stream item with the given invoker
public ShouldMethodStreamItem ( Microsoft.WindowsAzure.Commands.Common.ShouldMethodInvoker invoker ) : System
invoker Microsoft.WindowsAzure.Commands.Common.ShouldMethodInvoker
Результат System