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

EndStopDeployment() public method

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