Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.EndAddTagsToResource C# (CSharp) Méthode

EndAddTagsToResource() public méthode

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
Résultat AddTagsToResourceResponse
        public  AddTagsToResourceResponse EndAddTagsToResource(IAsyncResult asyncResult)
        {
            return EndInvoke<AddTagsToResourceResponse>(asyncResult);
        }
AmazonDatabaseMigrationServiceClient