Amazon.RDS.AmazonRDSClient.EndDeleteDBSecurityGroup C# (CSharp) Метод

EndDeleteDBSecurityGroup() публичный Метод

Finishes the asynchronous execution of the DeleteDBSecurityGroup operation.
public EndDeleteDBSecurityGroup ( IAsyncResult asyncResult ) : DeleteDBSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDBSecurityGroup.
Результат DeleteDBSecurityGroupResponse
        public  DeleteDBSecurityGroupResponse EndDeleteDBSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDBSecurityGroupResponse>(asyncResult);
        }
AmazonRDSClient