C# Класс Amazon.Util.AWSSDKUtils

This class defines utilities and constants that can be used by all the client libraries of the SDK.
Показать файл Открыть проект Примеры использования класса

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