Amazon.Runtime.Internal.AsyncExecutionContext.AsyncExecutionContext C# (CSharp) Méthode

AsyncExecutionContext() public méthode

public AsyncExecutionContext ( IAsyncRequestContext requestContext, IAsyncResponseContext responseContext ) : Amazon.Runtime.Internal
requestContext IAsyncRequestContext
responseContext IAsyncResponseContext
Résultat 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