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

EndCreateDeploymentConfig() public method

Finishes the asynchronous execution of the CreateDeploymentConfig operation.
public EndCreateDeploymentConfig ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.CreateDeploymentConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeploymentConfig.
return Amazon.CodeDeploy.Model.CreateDeploymentConfigResponse
        public  CreateDeploymentConfigResponse EndCreateDeploymentConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDeploymentConfigResponse>(asyncResult);
        }
AmazonCodeDeployClient