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

EndDeleteReplicationGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteReplicationGroup operation.
public EndDeleteReplicationGroup ( IAsyncResult asyncResult ) : DeleteReplicationGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteReplicationGroup.
리턴 DeleteReplicationGroupResponse
        public  DeleteReplicationGroupResponse EndDeleteReplicationGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteReplicationGroupResponse>(asyncResult);
        }
AmazonElastiCacheClient