Amazon.Redshift.AmazonRedshiftClient.EndDeleteClusterSubnetGroup C# (CSharp) 메소드

EndDeleteClusterSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the DeleteClusterSubnetGroup operation.
public EndDeleteClusterSubnetGroup ( IAsyncResult asyncResult ) : DeleteClusterSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteClusterSubnetGroup.
리턴 DeleteClusterSubnetGroupResponse
        public  DeleteClusterSubnetGroupResponse EndDeleteClusterSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteClusterSubnetGroupResponse>(asyncResult);
        }
AmazonRedshiftClient