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

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

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