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

EndDeleteCacheSecurityGroup() public method

Finishes the asynchronous execution of the DeleteCacheSecurityGroup operation.
public EndDeleteCacheSecurityGroup ( IAsyncResult asyncResult ) : DeleteCacheSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCacheSecurityGroup.
return DeleteCacheSecurityGroupResponse
        public  DeleteCacheSecurityGroupResponse EndDeleteCacheSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCacheSecurityGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient