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

EndResetCacheParameterGroup() public method

Finishes the asynchronous execution of the ResetCacheParameterGroup operation.
public EndResetCacheParameterGroup ( IAsyncResult asyncResult ) : ResetCacheParameterGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetCacheParameterGroup.
return ResetCacheParameterGroupResponse
        public  ResetCacheParameterGroupResponse EndResetCacheParameterGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<ResetCacheParameterGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient