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

EndGetDeployment() public method

Finishes the asynchronous execution of the GetDeployment operation.
public EndGetDeployment ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.GetDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployment.
return Amazon.CodeDeploy.Model.GetDeploymentResponse
        public  GetDeploymentResponse EndGetDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDeploymentResponse>(asyncResult);
        }
AmazonCodeDeployClient