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

EndExportConfigurations() public method

Finishes the asynchronous execution of the ExportConfigurations operation.
public EndExportConfigurations ( IAsyncResult asyncResult ) : ExportConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExportConfigurations.
return Amazon.ApplicationDiscoveryService.Model.ExportConfigurationsResponse
        public  ExportConfigurationsResponse EndExportConfigurations(IAsyncResult asyncResult)
        {
            return EndInvoke<ExportConfigurationsResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient