Amazon.Runtime.Internal.AsyncExecutionContext.AsyncExecutionContext C# (CSharp) Method

AsyncExecutionContext() public method

public AsyncExecutionContext ( IAsyncRequestContext requestContext, IAsyncResponseContext responseContext ) : Amazon.Runtime.Internal
requestContext IAsyncRequestContext
responseContext IAsyncResponseContext
return Amazon.Runtime.Internal
        public AsyncExecutionContext(IAsyncRequestContext requestContext, IAsyncResponseContext responseContext)
        {
            this.RequestContext = requestContext;
            this.ResponseContext = responseContext;
        }
    }

Same methods

AsyncExecutionContext::AsyncExecutionContext ( bool enableMetrics ) : Amazon.Runtime.Internal
AsyncExecutionContext