Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndCreateAssociationBatch C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreateAssociationBatch operation.
public EndCreateAssociationBatch ( IAsyncResult asyncResult ) : CreateAssociationBatchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAssociationBatch.
Результат Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchResponse
        public  CreateAssociationBatchResponse EndCreateAssociationBatch(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateAssociationBatchResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient