C# Class Microsoft.WindowsAzure.Commands.Common.ShouldMethodStreamItem

Queued item tracking a deferred method execution
Show file Open project: Azure/azure-powershell-common

Public Methods

Method Description
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

Method Details

ExecuteShouldMethod() public method

Perform the method execution
public ExecuteShouldMethod ( Cmdlet cmdlet ) : void
cmdlet Cmdlet
return void

ShouldMethodStreamItem() public method

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
return System