Amazon.CodeDeploy.AmazonCodeDeployClient.GetDeploymentConfigAsync C# (CSharp) Method

GetDeploymentConfigAsync() public method

Initiates the asynchronous execution of the GetDeploymentConfig operation.
public GetDeploymentConfigAsync ( GetDeploymentConfigRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodeDeploy.Model.GetDeploymentConfigRequest Container for the necessary parameters to execute the GetDeploymentConfig operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetDeploymentConfigResponse> GetDeploymentConfigAsync(GetDeploymentConfigRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetDeploymentConfigRequestMarshaller();
            var unmarshaller = GetDeploymentConfigResponseUnmarshaller.Instance;

            return InvokeAsync<GetDeploymentConfigRequest,GetDeploymentConfigResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodeDeployClient