Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndCreateAssociationBatch C# (CSharp) Method

EndCreateAssociationBatch() public method

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