C# 클래스 Amazon.Util.AWSSDKUtils

This class defines utilities and constants that can be used by all the client libraries of the SDK.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetConnectionLimit int
GetMaxIdleTime int

공개 메소드들

메소드 설명
ForceCanonicalPathAndQuery ( Uri uri ) : void
PreserveStackTrace ( Exception exception ) : void

This method is used preserve the stacktrace used from clients that support async calls. This make sure that exceptions thrown during EndXXX methods has the orignal stacktrace that happen in the background thread.

Sleep ( int ms ) : void

비공개 메소드들

메소드 설명
GetConnectionLimit ( int clientConfigValue ) : int
GetMaxIdleTime ( int clientConfigValue ) : int

메소드 상세

ForceCanonicalPathAndQuery() 공개 정적인 메소드

public static ForceCanonicalPathAndQuery ( Uri uri ) : void
uri System.Uri
리턴 void

PreserveStackTrace() 공개 정적인 메소드

This method is used preserve the stacktrace used from clients that support async calls. This make sure that exceptions thrown during EndXXX methods has the orignal stacktrace that happen in the background thread.
public static PreserveStackTrace ( Exception exception ) : void
exception System.Exception
리턴 void

Sleep() 공개 정적인 메소드

public static Sleep ( int ms ) : void
ms int
리턴 void