Amazon.ElastiCache.AmazonElastiCacheClient.EndDeleteCacheSubnetGroup C# (CSharp) 메소드

EndDeleteCacheSubnetGroup() 공개 메소드

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