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

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

Finishes the asynchronous execution of the StopDeployment operation.
public EndStopDeployment ( IAsyncResult asyncResult ) : StopDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopDeployment.
Результат Amazon.CodeDeploy.Model.StopDeploymentResponse
        public  StopDeploymentResponse EndStopDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<StopDeploymentResponse>(asyncResult);
        }
AmazonCodeDeployClient