Amazon.RDS.AmazonRDSClient.EndCreateDBSecurityGroup C# (CSharp) Method

EndCreateDBSecurityGroup() public method

Finishes the asynchronous execution of the CreateDBSecurityGroup operation.
public EndCreateDBSecurityGroup ( IAsyncResult asyncResult ) : CreateDBSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSecurityGroup.
return CreateDBSecurityGroupResponse
        public  CreateDBSecurityGroupResponse EndCreateDBSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBSecurityGroupResponse>(asyncResult);
        }
AmazonRDSClient