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

EndDeleteApplications() public method

Finishes the asynchronous execution of the DeleteApplications operation.
public EndDeleteApplications ( IAsyncResult asyncResult ) : DeleteApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplications.
return DeleteApplicationsResponse
        public  DeleteApplicationsResponse EndDeleteApplications(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteApplicationsResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient