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

EndCreateDBSubnetGroup() public method

Finishes the asynchronous execution of the CreateDBSubnetGroup operation.
public EndCreateDBSubnetGroup ( IAsyncResult asyncResult ) : CreateDBSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDBSubnetGroup.
return CreateDBSubnetGroupResponse
        public  CreateDBSubnetGroupResponse EndCreateDBSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDBSubnetGroupResponse>(asyncResult);
        }
AmazonRDSClient