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

EndGetDeploymentConfig() public method

Finishes the asynchronous execution of the GetDeploymentConfig operation.
public EndGetDeploymentConfig ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.GetDeploymentConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeploymentConfig.
return Amazon.CodeDeploy.Model.GetDeploymentConfigResponse
        public  GetDeploymentConfigResponse EndGetDeploymentConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDeploymentConfigResponse>(asyncResult);
        }
AmazonCodeDeployClient