Class AsyncExecutionContext
- Namespace
- Amazon.Runtime.Internal
- Assembly
- AWSSDK.Core.dll
public class AsyncExecutionContext : IAsyncExecutionContext
- Inheritance
-
AsyncExecutionContext
- Implements
-
- Inherited Members
-
Constructors
AsyncExecutionContext(IAsyncRequestContext, IAsyncResponseContext)
public AsyncExecutionContext(IAsyncRequestContext requestContext, IAsyncResponseContext responseContext)
Parameters
requestContext
IAsyncRequestContext
responseContext
IAsyncResponseContext
AsyncExecutionContext(bool, AbstractAWSSigner)
public AsyncExecutionContext(bool enableMetrics, AbstractAWSSigner clientSigner)
Parameters
enableMetrics
bool
clientSigner
AbstractAWSSigner
Properties
RequestContext
public IAsyncRequestContext RequestContext { get; }
Property Value
- IAsyncRequestContext
ResponseContext
public IAsyncResponseContext ResponseContext { get; }
Property Value
- IAsyncResponseContext
RuntimeState
public object RuntimeState { get; set; }
Property Value
- object