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