Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndExportConfigurations C# (CSharp) Метод

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

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