C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Common.CmdletOperationContext

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
GetRunningMilliseconds ( ) : double

Get the running ms from when operationcontext started

GetStorageOperationContext ( Action outputWriter ) : Microsoft.WindowsAzure.Storage.OperationContext

Get Storage Operation Context for rest calls

Init ( ) : void

Init the cmdlet operation context

비공개 메소드들

메소드 설명
CmdletOperationContext ( ) : Microsoft.WindowsAzure.Storage
GenClientRequestID ( ) : string

Get an unique client request id

메소드 상세

GetRunningMilliseconds() 공개 정적인 메소드

Get the running ms from when operationcontext started
public static GetRunningMilliseconds ( ) : double
리턴 double

GetStorageOperationContext() 공개 정적인 메소드

Get Storage Operation Context for rest calls
public static GetStorageOperationContext ( Action outputWriter ) : Microsoft.WindowsAzure.Storage.OperationContext
outputWriter Action Ouput writer for writing logs for each rest call
리턴 Microsoft.WindowsAzure.Storage.OperationContext

Init() 공개 정적인 메소드

Init the cmdlet operation context
public static Init ( ) : void
리턴 void