Amazon.ElastiCache.AmazonElastiCacheClient.EndDeleteCacheSubnetGroup C# (CSharp) Method

EndDeleteCacheSubnetGroup() public method

Finishes the asynchronous execution of the DeleteCacheSubnetGroup operation.
public EndDeleteCacheSubnetGroup ( IAsyncResult asyncResult ) : DeleteCacheSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCacheSubnetGroup.
return DeleteCacheSubnetGroupResponse
        public  DeleteCacheSubnetGroupResponse EndDeleteCacheSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCacheSubnetGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient