Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndAssociateConfigurationItemsToApplication C# (CSharp) Méthode

EndAssociateConfigurationItemsToApplication() public méthode

Finishes the asynchronous execution of the AssociateConfigurationItemsToApplication operation.
public EndAssociateConfigurationItemsToApplication ( IAsyncResult asyncResult ) : AssociateConfigurationItemsToApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateConfigurationItemsToApplication.
Résultat AssociateConfigurationItemsToApplicationResponse
        public  AssociateConfigurationItemsToApplicationResponse EndAssociateConfigurationItemsToApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<AssociateConfigurationItemsToApplicationResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient