Table of Contents

Class Extensions

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll
public static class Extensions
Inheritance
Extensions
Inherited Members

Methods

Dispose(WaitHandle)

public static void Dispose(this WaitHandle semaphore)

Parameters

semaphore WaitHandle

GetElapsedDateTimeTicks(Stopwatch)

public static long GetElapsedDateTimeTicks(this Stopwatch self)

Parameters

self Stopwatch

Returns

long

HasRequestData(IRequest)

Returns true if the Content is set or there are query parameters.

public static bool HasRequestData(this IRequest request)

Parameters

request IRequest

This request

Returns

bool

True if data is present; false otherwise.

Wait(WaitHandle)

public static bool Wait(this WaitHandle semaphore)

Parameters

semaphore WaitHandle

Returns

bool