C# 클래스 Microsoft.WindowsAzure.Commands.Common.ShouldMethodStreamItem

Queued item tracking a deferred method execution
파일 보기 프로젝트 열기: Azure/azure-powershell-common

공개 메소드들

메소드 설명
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