Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndUpdateApplication C# (CSharp) Method

EndUpdateApplication() public method

Finishes the asynchronous execution of the UpdateApplication operation.
public EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplication.
return UpdateApplicationResponse
        public  UpdateApplicationResponse EndUpdateApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateApplicationResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient