Table of Contents

Interface IAsyncExecutionContext

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll
public interface IAsyncExecutionContext

Properties

RequestContext

IAsyncRequestContext RequestContext { get; }

Property Value

IAsyncRequestContext

ResponseContext

IAsyncResponseContext ResponseContext { get; }

Property Value

IAsyncResponseContext

RuntimeState

object RuntimeState { get; set; }

Property Value

object