Amazon.CodeDeploy.AmazonCodeDeployClient.EndCreateDeployment C# (CSharp) Méthode

EndCreateDeployment() public méthode

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
Résultat Amazon.CodeDeploy.Model.CreateDeploymentResponse
        public  CreateDeploymentResponse EndCreateDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDeploymentResponse>(asyncResult);
        }
AmazonCodeDeployClient