Amazon.CodeDeploy.AmazonCodeDeployClient.EndCreateDeployment C# (CSharp) Метод

EndCreateDeployment() публичный Метод

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.
Результат Amazon.CodeDeploy.Model.CreateDeploymentResponse
        public  CreateDeploymentResponse EndCreateDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDeploymentResponse>(asyncResult);
        }
AmazonCodeDeployClient