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

EndGetApplication() public method

Finishes the asynchronous execution of the GetApplication operation.
public EndGetApplication ( IAsyncResult asyncResult ) : Amazon.CodeDeploy.Model.GetApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApplication.
return Amazon.CodeDeploy.Model.GetApplicationResponse
        public  GetApplicationResponse EndGetApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<GetApplicationResponse>(asyncResult);
        }
AmazonCodeDeployClient